import type { Configuration, Diagnostic } from "@biomejs/wasm-bundler"; import { BiomeCommon } from "./common"; export type * from "./common"; export type { Configuration, Diagnostic }; export declare class Biome extends BiomeCommon { constructor(); } //# sourceMappingURL=bundler.d.ts.map