export declare const TemplateHook: { name: string; enabled: boolean; event: string; system: boolean; allow_methods: string[]; conditions: string[][]; actions: { type: string; method: string; url: string; headers: {}; params: { id: string; }; body: {}; }[]; }[];