export declare class PreprocessorTest { "raises an error if a file that isn't css is missing a preprocessor."(): Promise; "converts a file to css"(): Promise; "processes css as a second pass when a css preprocessor is available."(): Promise; "can disable preprocessor chaining."(): Promise; "handles input sourcemaps in final output sourcemap"(): void; } //# sourceMappingURL=preprocessor-test.d.ts.map