import type { Root } from 'postcss-selector-parser';
import type { StyleCompilerCtx } from '../utils/error-recovery';
export default function validate(root: Root, native: boolean, ctx: StyleCompilerCtx): void;
//# sourceMappingURL=validate.d.ts.map