export declare const LanguageHook: { event: string; name: string; allow_methods: string[]; conditions: any[]; actions: { type: string; method: string; url: string; headers: any[]; body: {}; }[]; }[];