import type { Root } from "postcss"; import type { DeclarationScope } from "./util.extract-declaration-scopes"; export declare function rewriteToExpectedAST(cssAST: Root, declarationRootScope: DeclarationScope): Root; //# sourceMappingURL=fixer.rewrite-to-expected-ast.d.ts.map