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