export declare const $WebHook: { properties: { uri: { type: string; isRequired: boolean; maxLength: number; pattern: string; }; name: { type: string; }; environments: { type: string; contains: { type: string; }; }; method: { type: string; isRequired: boolean; }; mode: { type: string; isRequired: boolean; }; authentication: { type: string; }; tlsOptions: { type: string; }; requestHeaders: { type: string; contains: { type: string; }; }; }; };