export declare const access: string; export declare const auth: string; export declare const refresh: string; export declare const refreshFallback: string; export declare const connect: string; export declare const generateLinkDeviceQR: string; export declare const isLinkDeviceTokenScanned: string; export declare const isLinkDeviceTokenApproved: string; export declare const scanLinkDeviceToken: string; export declare const approveLinkDevice: string; export declare const unlinkDevice: string; export declare const getLinkedDevices: string; export declare const getLinkedDeviceDetails: string; export declare const trackLogin: string; export declare const getLogin: string; export declare const accountRecoveryStore: string; export declare const accountRecoveryCheck: string; export declare const getAuthenticatedUserInfo: string; export declare const getConnectedApps: string; export declare const getAvailableApps: string; export declare const linkOldAccount: string; export declare const isConnectedToApp: string;