import { ClientBase } from "../types/base";
export declare const getBasePath: (basePath: string) => ClientBase;
