export declare const arrayOf: (type: any) => {
    type: string;
    items: any;
};
//# sourceMappingURL=utils.d.ts.map