import { ValidatorOptions } from './../../interfaces'; export declare const MIDDLEWARE_OPTIONS: { details: boolean; next: boolean; }; export declare const TYPES: any[]; export declare const VALIDATOR_OPTIONS: ValidatorOptions; export declare const URI_OPTIONS: {}; export declare const QUERY_OPTIONS: { requiredAsDefault: boolean; emptyObjects: boolean; }; export declare const BODY_OPTIONS: {};