import { type OctaneRspackLoaderOptions } from "@octanejs/rspack-plugin"; import type { LoaderDefinition } from "@rspack/core"; import type { ProjectComponentOptions } from "./project.js"; type BeastOctaneCompilerOptions = Pick; interface BeastRspackLoaderOptions { root?: string; components?: Readonly>; octane?: BeastOctaneCompilerOptions; } declare const beastRspackLoader: LoaderDefinition; export default beastRspackLoader; //# sourceMappingURL=rspack-loader.d.ts.map