import type { Currency } from "./currencies.generated.js";
export declare function getSupportedCurrencies(locale?: string): Currency[];
