export declare function toArray(input: any, separator?: string): string[] | undefined;
