declare const addNumericSeparator: (number_: bigint | number, string_: string) => string; export default addNumericSeparator;