import type { FormValidatorFn } from '@inkline/inkline/types';
export declare const number: FormValidatorFn<{
    allowNegative?: boolean;
    allowDecimal?: boolean;
}>;
