import { Types } from "./types"; export declare const UNKNOWN_RULE: { readonly key: ".+"; readonly data: { readonly type: Types.UNKNOWN; }; }; export declare const config: { rules: ({ key: string; data: { type: Types; args: number; precedence: number; }; } | { key: string; data: { type: Types; args?: undefined; precedence?: undefined; }; })[]; }; //# sourceMappingURL=config.d.ts.map