/** * A stylesheet rendered as its rules, one per line, comments and formatting * gone. Two sheets that render the same are the same to a browser, so this is * what a stylesheet snapshot holds. */ export declare function rulesOf(css: string): string[]; /** One snapshot of a stylesheet: what a browser would read from it. */ export declare function snapshotStylesheet(cssPath: string): void; //# sourceMappingURL=stylesheet.d.ts.map