export declare const toMajor: (minor: number | string) => string; export declare const toMinor: (amount: number | string) => number; export declare const toInt: (amount: number | string) => number;