/** * checks that input is a number */ export declare function isValidAmount(value: string): boolean; //# sourceMappingURL=isValidAmount.d.ts.map