export declare const logMessageKeys: { startExecuteDriver: string; skipCreateApiKey: string; apiKeyNotFound: string; successCreateApiKey: string; failedExecuteDriver: string; skipUpdateApiKey: string; successUpdateApiKey: string; }; export declare const maxDomainPerApiKey = 1; export declare const maxSecretLength = 512; export declare const minSecretLength = 10; export declare const telemetryKeys: { isCustomAPIKey: string; }; //# sourceMappingURL=constants.d.ts.map