import type { RequestSignIn } from 'src/hooks/rownd'; import type { Customizations, IConfig } from './config'; export declare const LINKING_ERROR: string; export declare const Rownd: any; export declare const IOSRowndEventEmitter: any; export declare function configure(config: IConfig): Promise; export declare function customizations(customizationConfig: Customizations): any; export declare function requestSignIn(config?: RequestSignIn): any; export declare function signOut(): any; export declare function manageAccount(): any; export declare function getAccessToken(token?: string): Promise; export declare function getFirebaseIdToken(): Promise; export declare function setUserDataValue(key: string, value: any): any; export declare function setUserData(data: Record): any; export declare function handleSignInLink(url: string): any;