export declare function useGoogleSignIn(onSuccess: (token: string) => void | Promise<void>, onError?: (e: unknown) => void): [() => Promise<void>];
