import { CreateApiKeyRequest, CreateApiKeyResponse, CreateObservableServiceRequest, CreateObservableServiceResponse, GetAuthInfoRequest, GetAuthInfoResponse, VerifyRepoAccessRequest, VerifyRepoAccessResponse } from "../client_service-Dm3PL5ml.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/client_service.client.d.ts /** * @generated from protobuf service tusk.drift.backend.v1.ClientService */ interface IClientServiceClient { /** * @generated from protobuf rpc: GetAuthInfo */ getAuthInfo(input: GetAuthInfoRequest, options?: RpcOptions): UnaryCall; /** * @generated from protobuf rpc: CreateObservableService */ createObservableService(input: CreateObservableServiceRequest, options?: RpcOptions): UnaryCall; /** * @generated from protobuf rpc: VerifyRepoAccess */ verifyRepoAccess(input: VerifyRepoAccessRequest, options?: RpcOptions): UnaryCall; /** * @generated from protobuf rpc: CreateApiKey */ createApiKey(input: CreateApiKeyRequest, options?: RpcOptions): UnaryCall; } /** * @generated from protobuf service tusk.drift.backend.v1.ClientService */ declare class ClientServiceClient implements IClientServiceClient, 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: GetAuthInfo */ getAuthInfo(input: GetAuthInfoRequest, options?: RpcOptions): UnaryCall; /** * @generated from protobuf rpc: CreateObservableService */ createObservableService(input: CreateObservableServiceRequest, options?: RpcOptions): UnaryCall; /** * @generated from protobuf rpc: VerifyRepoAccess */ verifyRepoAccess(input: VerifyRepoAccessRequest, options?: RpcOptions): UnaryCall; /** * @generated from protobuf rpc: CreateApiKey */ createApiKey(input: CreateApiKeyRequest, options?: RpcOptions): UnaryCall; } //#endregion export { ClientServiceClient, IClientServiceClient }; //# sourceMappingURL=client_service.client.d.ts.map