import { HandlerOptions } from './index'; export declare const number: ({ template, rule: { decimal, dmin, dmax, range: [min, max], count, step, }, context, }: HandlerOptions) => number;