import { GoogleCredentialResponse } from '../types/index.js';
export declare function extractClientId(credentialResponse: GoogleCredentialResponse): string | undefined;
