import { NextBuildContext } from '../build-context'; export declare function turbopackBuild(): Promise<{ duration: number; buildTraceContext: undefined; shutdownPromise: Promise; }>; export declare function workerMain(workerData: { buildContext: typeof NextBuildContext; }): Promise>>; export declare function waitForShutdown(): Promise;