import type { StoreRecord } from "../../types.js"; import { isRecord as isPlainObject } from "@trebired/utils"; declare function getPath(row: StoreRecord | Record, path: string): unknown; declare function identity(value: TValue): TValue; declare function isStoreRecord(value: unknown): value is StoreRecord; declare function matchesStoreWhere(row: StoreRecord, where: Record): boolean; declare function stableStringify(value: unknown): string; export { getPath, identity, isPlainObject, isStoreRecord, matchesStoreWhere, stableStringify, }; //# sourceMappingURL=value.d.ts.map