import IntegrationClient from '../../utils/featheryClient/integrationClient'; export declare function getIframeAuthorizationToken(client: IntegrationClient): Promise<{ token: any; err?: undefined; } | { err: any; token?: undefined; }>; export declare function setupFlinks(client: IntegrationClient, loginId: string, accountId: string, token: string): Promise<{ err: string; fieldValues: {}; }>; //# sourceMappingURL=utils.d.ts.map