import type { LintRule } from '../../../types.js';
export declare const VALID_NUMBER = "core/valid-number";
declare const ERROR_NAN = "ERROR_NAN";
declare const rule: LintRule<typeof ERROR_NAN>;
export default rule;
//# sourceMappingURL=valid-number.d.ts.map