export declare const $WebHookBasicAuth: { properties: { authMethod: { type: string; }; username: { type: string; isRequired: boolean; }; password: { type: string; isRequired: boolean; maxLength: number; minLength: number; pattern: string; }; }; };