import { Writable } from 'stream'; import { OpenAPIV3 } from 'openapi-types'; declare const heading: (writeStream: Writable, spec: OpenAPIV3.Document) => void; export { heading };