export declare const refreshToken: (forceRefresh?: boolean) => Promise; export declare const retrieveCode: () => Promise; export declare const getCode: (authorizeUrl: string, clientId: string) => Promise;