export declare function arrayStringify(data: string[]): string; export declare function parseMultiple(list: Array): Array;