import { Rule } from 'rulr'; export declare const anyValue: Rule; export declare const stringValue: Rule; export declare const booleanValue: Rule; export declare const numberValue: Rule; export declare const integerValue: Rule; export declare const scaledValue: Rule;