/** * @param {object} currency * @returns {string} */ export function createDefaultCurrencyFormat(currency: object): string;