export declare const toArray: <T>(x: T | T[]) => T[];
