import { CREDENTIAL_OBJECTS } from '@liff/consts';
export declare function prepareCredentials(liffId: string): Promise<CREDENTIAL_OBJECTS>;
