export interface SignOutOptions {
    returnTo?: string;
}
export declare function useSignOut(): {
    signOut: (opts?: SignOutOptions) => void;
};
