export declare const splitChar = "\u30FB";
export declare const splitPath: (pathKey: string) => string[];
export declare const joinPath: (path: string[]) => string;
export declare const isPromise: (x: any) => x is Promise<any>;
export declare const syncIfPossible: (...funcs: ((arg: any) => any)[]) => (arg?: any) => any;
//# sourceMappingURL=utils.d.ts.map