export declare const stringToArray: (str: string | undefined) => Array<string | number>;
