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