import type { EntityDefinition, StorePrivateUnlocks, StoreRecord } from "../types.js"; declare function redactPrivateFields(record: T, definition: EntityDefinition, includePrivate?: StorePrivateUnlocks): T; export { redactPrivateFields, }; //# sourceMappingURL=private.d.ts.map