export declare const $APIKeyAuthentication: { properties: { location: { type: string; isRequired: boolean; }; name: { type: string; isRequired: boolean; maxLength: number; minLength: number; pattern: string; }; key: { type: string; isRequired: boolean; maxLength: number; minLength: number; pattern: string; }; }; };