export function parseCommaSeparatedValue(name: any): {
    value: string[];
    key: any;
};
