import { RemoteApiSpecsDefinition } from "../generated-proto/pb_schema/camera_kit/v3/remote_api_spec"; import type { TsProtoServiceClient } from "./createTsProtoClient"; import type { GrpcHandler } from "./grpcHandler"; export type RemoteApiSpecsClient = TsProtoServiceClient; export declare const remoteApiSpecsClientFactory: { (args_0: GrpcHandler): RemoteApiSpecsClient; token: "remoteApiSpecsClient"; dependencies: readonly ["grpcHandlerFactory"]; }; //# sourceMappingURL=remoteApiSpecsClient.d.ts.map