export declare class GlideCurrencyValue { equals(o?: any): boolean getAmount(): string getCurrencyCode(): string getNumericCurrencyCode(): string toString(): string constructor() }