1 | import { ExportMap } from "../ExportMap";
|
2 | import { DescriptorProto, FileDescriptorProto } from "google-protobuf/google/protobuf/descriptor_pb";
|
3 | export declare function printMessage(fileName: string, exportMap: ExportMap, messageDescriptor: DescriptorProto, indentLevel: number, fileDescriptor: FileDescriptorProto): string;
|