import type { OpenAPIDocument } from '../../types';
export declare function parseSpec(spec: OpenAPIDocument | string): OpenAPIDocument;
