UNPKG

242 BTypeScriptView Raw
1import { ExportMap } from "../ExportMap";
2import { FileDescriptorProto } from "google-protobuf/google/protobuf/descriptor_pb";
3export declare function printFileDescriptorTSD(fileDescriptor: FileDescriptorProto, exportMap: ExportMap): string;