import type { ParameterObject } from 'oas/dist/rmoas.types';
export default function formatStyle(value: unknown, parameter: ParameterObject): any;
