export declare const $WebHookNames: { properties: { uri: { type: string; }; name: { type: string; maxLength: number; minLength: number; pattern: string; }; }; };