import { Header } from './Header'; import { Reference } from './Reference'; export interface Encoding { contentType?: string; headers?: { [key: string]: Header | ReferenceType; }; style?: string; explode?: boolean; allowReserved?: boolean; [key: `x-${string}`]: any; }