import "../struct-DWOuk3SS.js"; import "../duration-DbFzyNwE.js"; import "../timestamp-D0q8Zt_J.js"; import "../json_schema-dDDndex9.js"; import "../span-BumZb1lr.js"; import { ExportSpansRequest, ExportSpansResponse } from "../span_export_service-BmXbIsbQ.js"; import * as _protobuf_ts_runtime_rpc0 from "@protobuf-ts/runtime-rpc"; import { RpcOptions, RpcTransport, ServiceInfo, UnaryCall } from "@protobuf-ts/runtime-rpc"; import * as _protobuf_ts_runtime0 from "@protobuf-ts/runtime"; //#region generated/ts/backend/span_export_service.client.d.ts /** * @generated from protobuf service tusk.drift.backend.v1.SpanExportService */ interface ISpanExportServiceClient { /** * @generated from protobuf rpc: ExportSpans */ exportSpans(input: ExportSpansRequest, options?: RpcOptions): UnaryCall; } /** * @generated from protobuf service tusk.drift.backend.v1.SpanExportService */ declare class SpanExportServiceClient implements ISpanExportServiceClient, ServiceInfo { private readonly _transport; typeName: string; methods: _protobuf_ts_runtime_rpc0.MethodInfo[]; options: { [extensionName: string]: _protobuf_ts_runtime0.JsonValue; }; constructor(_transport: RpcTransport); /** * @generated from protobuf rpc: ExportSpans */ exportSpans(input: ExportSpansRequest, options?: RpcOptions): UnaryCall; } //#endregion export { ISpanExportServiceClient, SpanExportServiceClient }; //# sourceMappingURL=span_export_service.client.d.ts.map