export interface SignInOptions {
    returnTo?: string;
}
export declare function useSignIn(): {
    signIn: (opts?: SignInOptions) => void;
};
