import { AiSlotGRPCClient } from "./ai_slot_grpc_client";
import { AiSlotGRPCClientConfigType } from "./types";
export declare const setGrpcConfig: (config: AiSlotGRPCClientConfigType) => void;
export declare const generateNewCurrentClient: (config?: AiSlotGRPCClientConfigType) => void;
export declare const getCurrentClient: (config?: AiSlotGRPCClientConfigType) => AiSlotGRPCClient;
export declare const manageClient: (config: AiSlotGRPCClientConfigType) => void;
