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