import type { OpenAPIV3 } from "openapi-types"; import { type JSDocStructure } from "ts-morph"; export declare function generateDescription(object: OpenAPIV3.BaseSchemaObject): Array;