import { type Caster } from './types.js'; export declare const record: (keyCaster: Caster, valueCaster: Caster, name?: string) => Caster>;