export declare class MoneyUtils { static toTRY(amount: number): string; static toNumber(amount: string): number; static validate(amount: string): string; }