import { GoogleAuthPlugin } from './definitions'; declare const GoogleAuthPlugin: GoogleAuthPlugin; export declare class GoogleAuth implements GoogleAuthPlugin { signIn: () => Promise; refresh: () => Promise; signOut: () => Promise; } export {};