import Boom from "boom"; export declare function transformResource(model: any): { id: any; event: any; target: any; token: any; enabled: any; conditions: any; }; export declare function paginate(request: any): { offset: number; limit: any; }; export declare function respondWithResource(data: any): Boom | { data: { id: any; event: any; target: any; token: any; enabled: any; conditions: any; }; }; export declare function toPagination(data: any): { results: any; totalCount: any; };