export declare const arraify: <T>(value?: T | readonly T[]) => T[] | undefined;
