import { ExportMap } from "./ExportMap"; import { FileDescriptorProto } from "google-protobuf/google/protobuf/descriptor_pb"; export declare function printFileDescriptorTSGRPC(fileDescriptor: FileDescriptorProto, exportMap: ExportMap): string;