import { ParameterParser } from './types';
export declare function generatePathStyleParser(schema: any, explode: boolean): ParameterParser;
