export declare const $WebHookHeaderAuth: { properties: { authMethod: { type: string; }; headerName: { type: string; isRequired: boolean; maxLength: number; minLength: number; pattern: string; }; headerValue: { type: string; isRequired: boolean; maxLength: number; minLength: number; pattern: string; }; }; };