import type { BundledDefinition } from './load-definition'; export declare function storeDefinitionBundles(definitions: BundledDefinition[], outDir: string): void; export declare function replaceFileExtension(filePath: string, fileExt: string): string; //# sourceMappingURL=store-definition-bundles.d.ts.map