export declare class RuleTypeError extends Error {
    constructor(message: string);
    /** The name/type of the error. */
    type: string;
}
