export declare function uid(prefix?: string): string; export declare function toArray(value: T | T[] | null | undefined): T[];