export declare function isPlainObject(o: any): o is Object; /** * Hashes the value into a stable hash. */ export declare function stableVariablesHash(value: any): string;