export declare const isObject: (value: any) => boolean; export declare const joinPath: (a: string, b: string) => string;