import type { ResolvedBundleLocale, SkillBundle } from './types.js'; export declare function loadBundle(root: string): Promise; export declare function resolveBundleLocale(bundle: SkillBundle, requested?: string): Promise; //# sourceMappingURL=load.d.ts.map