export declare const getCurrencyPosition: (locale: string, currencyCode: string) => "before" | "after";
