import { LensesDefinition } from "../generated-proto/pb_schema/camera_kit/v3/service";
import type { TsProtoServiceClient } from "./createTsProtoClient";
import type { GrpcHandler } from "./grpcHandler";
export type LensesClient = TsProtoServiceClient<typeof LensesDefinition>;
export declare const lensesClientFactory: {
    (args_0: GrpcHandler): LensesClient;
    token: "lensesClient";
    dependencies: readonly ["grpcHandlerFactory"];
};
//# sourceMappingURL=lensesClient.d.ts.map