export interface GoogleOAuth2Client {
    createHttpHeaders(cb: (err: Error, headers: {
        [id: string]: string;
    }) => void): void;
}
