import { type LinterRule } from '../common';
/**
 * Rule that checks if all CSS is syntactically valid.
 */
export declare const NoInvalidCssSyntax: LinterRule;
