import { RuleDefinition } from "./types.js";
import * as z from "zod";
declare const ConfigSchema: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
type Config = z.infer<typeof ConfigSchema>;
export declare const MaxStateVars: RuleDefinition<Config>;
export {};
