import type { Entity } from '../../entity/index.js'; import type { TransformedValue } from '../../schema/index.js'; import type { WriteItemOptions } from './options.js'; export type TransformedItem = TransformedValue;