import { postcss } from "opticss"; import { Block } from "../BlockTree"; import { Configuration } from "../configuration"; export declare type DebugChannel = "comment" | "stderr" | "stdout"; export declare function parseBlockDebug(configuration: Configuration, root: postcss.Root, atRule: postcss.AtRule, sourceFile: string, scope: Block): { block: Block; channel: DebugChannel; }; //# sourceMappingURL=parseBlockDebug.d.ts.map