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