import type { RollupOutputKey } from '@beesbuild/utils'; import type { BuildContext } from '../types'; export declare function tryResolve(id: string, rootDir?: string): string; export declare const stubBuild: (module: RollupOutputKey, ctx: BuildContext) => Promise; export declare const runBrowserRollupStub: (modules: RollupOutputKey[], ctx: BuildContext) => Promise[]>; export declare const rollupStub: (ctx: BuildContext) => Promise[] | undefined>;