import { ApiOptions } from "../../together/api/utils";
export declare const getLeadPath: (path: string, params?: {
    [key: string]: string | number;
}) => string;
export declare const callApiWithLead: (url: string, method: string, options?: ApiOptions) => Promise<any>;
