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