import { OasStyle } from './oas-style'; export declare const OasExplode: OasExplodeType; type OasExplodeType = { [P in OasStyle]: { [V in 'true' | 'false']?: { [K in 'empty' | 'string' | 'array' | 'object']: string; }; }; }; export {};