import type { LintRule } from '../../../types.js';
export declare const VALID_BOOLEAN = "core/valid-boolean";
declare const ERROR = "ERROR";
declare const rule: LintRule<typeof ERROR, Record<string, never>>;
export default rule;
//# sourceMappingURL=valid-boolean.d.ts.map