import type { TagChunk } from "@speakeasy-api/docs-md-shared"; import type { Renderer } from "../../renderers/base.ts"; export declare function renderTag(renderer: Renderer, chunk: TagChunk): void; //# sourceMappingURL=tag.d.ts.map