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