export declare const arrayify: <T>(value: T | T[]) => T[];
