import Logger from '@novice1/logger'; import { OpenAPISupportedVersion } from './definitions'; export declare const Log: Logger.Debugger; export declare function _formatType(type: string): { type?: string; format?: string; }; export declare function formatType3_0(type: string): { type?: string; format?: string; }; export declare function formatType3_1(type: string): { type?: string; format?: string; contentMediaType?: string; contentEncoding?: string; }; export declare function formatType(type: string, v?: OpenAPISupportedVersion): { type?: string; format?: string; contentMediaType?: string; contentEncoding?: string; }; export declare function formatPath(path: string): string;