import { ApiNames } from './types'; export declare function validateSingle(url: string, params: any, model: string, response: any, models: any, naming: ApiNames): void; export declare function validateList(url: string, params: any, model: string, response: any, models: any, naming: ApiNames): void;