import type { LintRule } from '../../../types.js'; export declare const VALID_TRANSITION = "core/valid-transition"; declare const ERROR = "ERROR"; declare const ERROR_INVALID_PROP = "ERROR_INVALID_PROP"; declare const rule: LintRule; export default rule; //# sourceMappingURL=valid-transition.d.ts.map