/** Check whether a value is thenable (Promise-like). */ export declare function isPromise(value: any): boolean; /** @deprecated Use the {@link isPromise} function export instead. Kept until dependents (e.g. @sigx/store) migrate. */ export declare class Utils { static isPromise(value: any): boolean; } export declare function guid(): string; //# sourceMappingURL=index.d.ts.map