import { IHttpNameValues, JSONSchema } from '../../../types'; export declare function deserializeDeepObjectStyle(name: string, parameters: IHttpNameValues, schema?: JSONSchema): any;