import type { AnyDesc, DescFile } from "@bufbuild/protobuf"; export declare function createJsDocTextFromDesc(desc: Exclude): string; export declare function formatJsDocBlock(text: string, indentation: string | undefined): string;