export declare const authenticateOAuth: (provider: string, clientId: string, redirectUri: string) => Promise<void>;
