import { AuthResponse } from "./AuthResponse"; export declare function signIn(providerId: string, options?: Record): Promise; export declare function signOut(): Promise;