//#region src/domain/contracts/BundlerInterface.d.ts interface BundlerInterface { readonly target: 'main' | 'renderer'; build(): Promise; /** Watch for changes, calling onRebuild after each successful rebuild. */ dev(onRebuild: () => Promise): Promise; } //#endregion export { BundlerInterface as t }; //# sourceMappingURL=BundlerInterface-D7uhef9v.d.ts.map