export declare function toArray<T>(input?: T | T[]): T[];
export declare function toStringArray<T>(input?: T | T[]): string[];
export declare function toArrayElement<T>(input?: T | T[]): T | undefined;
//# sourceMappingURL=array.d.ts.map