import type { Credentials, Oauth2Options } from './google.interface'; export declare namespace GoogleSDK { const getOauthUri: (options: Oauth2Options) => string; const getCredentials: (options: Oauth2Options, code: string) => Promise; }