export declare const UserHook: ({ event: string; name: string; code: string; allow_methods: string[]; conditions: any[]; actions: { field: string; type: string; value: string; }[]; } | { event: string; name: string; allow_methods: string[]; conditions: any[]; actions: { type: string; method: string; url: string; headers: any[]; body: {}; }[]; code?: undefined; })[]; export declare const UserRoleHook: any[]; export declare const UserRolePermissonHook: any[];