import { ISchema, IParameter } from '../swaggerInterfaces'; export declare function mapFormDataToV2(schema: ISchema): IParameter[];