export declare function useOAuth(): { connectOAuth: (providerId: any) => void; }; export declare function logout(): void; export declare function beforeSigninRouteEnter(from: any, to: any, next: any): void;