export interface GoogleRecaptchaEnterpriseOptions {
    projectId: string;
    siteKey: string;
    apiKey: string;
}
