export declare function runBuild(projectDir: string, opts?: {
    debug?: boolean;
}): Promise<void>;
//# sourceMappingURL=run-build.d.ts.map