/**
 * Remove group separator from value eg. 1,000 > 1000
 */
export declare const removeSeparators: (value: string, separator?: string) => string;
