export declare function isFunction(o: any): boolean;
export declare function cloneObject(object: any): any;
export declare const params2queryString: (params: {
    [key: string]: string;
}) => string;
export declare const join: (...segments: string[]) => string;
export declare const dirname: (path: string) => string;
