import { type Caster } from './types.js'; export declare const array: (caster: Caster, name?: string) => Caster; export declare const nonEmptyArray: (caster: Caster, name?: string) => Caster<[T, ...T[]]>;