import { EsdtType } from 'types';
import { RuleType } from 'validation/types';
export declare const getTooManyDecimalsRule: (token?: EsdtType) => RuleType<string | undefined>;
//# sourceMappingURL=getTooManyDecimalsRule.d.ts.map