UNPKG

270 BTypeScriptView Raw
1import { ExportMap } from "../ExportMap";
2import { FieldDescriptorProto } from "google-protobuf/google/protobuf/descriptor_pb";
3export declare function printExtension(fileName: string, exportMap: ExportMap, extension: FieldDescriptorProto, indentLevel: number): string;