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