import { postcss } from "opticss"; import { Configuration, OutputMode } from "../../src/configuration"; import * as errors from "../../src/errors"; interface MockConfigOpts { dfnFiles?: string[]; } declare type temp = { (postcssImpl: typeof postcss): (config?: Partial>, mockConfigOpts?: MockConfigOpts) => postcss.Plugin>>; OutputMode: typeof OutputMode; CssBlockError: typeof errors.CssBlockError; InvalidBlockSyntax: typeof errors.InvalidBlockSyntax; MissingSourcePath: typeof errors.MissingSourcePath; }; declare const _default: temp; export = _default; //# sourceMappingURL=postcss-helper.d.ts.map