import { IHttpNameValues, JSONSchema } from '../../../types'; export declare function deserializeFormStyle(name: string, parameters: IHttpNameValues, schema?: JSONSchema, explode?: boolean): string | string[] | import("@stoplight/types").Dictionary | undefined;