import { CustomEndpoints } from "./customEndpoints";
import { Config, ClientOptions, RPC } from "./types";
export { CustomEndpoint } from "./customEndpoints";
export * from "./errors";
export declare const createClient: <T extends Config, LOCALES, CE extends CustomEndpoints = any>(options: ClientOptions<CE>) => RPC<T, LOCALES, CE>;
