import { IType, ISubType } from '../internal'; export declare const array: (subtype: ISubType) => IType;