import { BossPostcssOptions } from "../tasks/postcss.mjs"; //#region src/postcss/index.d.ts declare function postcssPlugin(options?: BossPostcssOptions): { postcssPlugin: string; plugins: ((root: any, result: any) => Promise)[]; }; declare namespace postcssPlugin { var postcss: boolean; } //#endregion export { type BossPostcssOptions, postcssPlugin as default };