import type {Decoding} from '../../type/decoding.js'; export interface ValueTransformerOutput { decoder(): Decoding; fromLiteral(literal: unknown): O; }