import type { BundleCompilerIr, SkillBundle } from './types.js'; export declare function compileBundleIr(bundle: SkillBundle, options?: { locale?: string; }): Promise; //# sourceMappingURL=compiler.d.ts.map