export declare type Profile = any; export declare type CallbackResult = [Profile, string | null, { error: string; } | null];