UNPKG

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