import * as utils from '../utils'; import type { Statement } from '.'; /** * Defines a getter/setter pair for the given {@link klass} that intercepts * PostCSS's attempt to mark it as clean and marks any non-statement children as * clean as well. */ export declare function interceptIsClean(klass: utils.Constructor): void;