export declare class Hooks { beforeCrud(req: any, res: any, next: any): void; afterCrud(req: any, res: any, next: any): void; }