import type { OpenApiDocument } from '../openapi-types'; /** * Generate the readme for an openapi client. * @param openApiDocument - Parsed service. * @returns The readme contents. * @internal */ export declare function readme(openApiDocument: OpenApiDocument): string;