/**
 * Gets the group separator
 *
 * @param {string} [locale] To override the browser locale
 * @param {import('../../types/LocalizeMixinTypes').FormatNumberOptions} [options]
 * @returns {string}
 */
export function getGroupSeparator(locale?: string | undefined, options?: import("../../types/LocalizeMixinTypes").FormatNumberOptions | undefined): string;
