import type {Encoding} from './encoding.js'; export type Encoder = (data: T) => Encoding;