import { Caster, CasterFn } from '../engine/types'; export declare const array: (caster: CasterFn, typeName?: string) => Caster;