export declare const $SempV2Authentication: { properties: { authType: { type: string; isRequired: boolean; }; apiKeyLocation: { type: string; isRequired: boolean; }; apiKeyName: { type: string; maxLength: number; minLength: number; pattern: string; }; }; };