export declare class GlideCurrencyCode { static getCurrencyCode(numericCurrencyCode?: string): string static getNumericCurrencyCode(alphabeticCurrencyCode?: string): string }