import { ServiceClientType } from './types'; import type * as protobuf from 'protobufjs'; export interface ExportRequestType unknown; }> { create(properties?: T): R; encode(message: T, writer?: protobuf.Writer): protobuf.Writer; decode(reader: protobuf.Reader | Uint8Array, length?: number): R; } export declare function getExportRequestProto(clientType: ServiceClientType): ExportRequestType; //# sourceMappingURL=util.d.ts.map