type BuildWorkerLogOptions = {
    target: string;
    branch?: string;
    envVars?: Record<string, string>;
    rewritePaths?: boolean;
    forcedExternals?: string[];
    plain?: boolean;
};
export declare function logBuildWorkerStart(options: BuildWorkerLogOptions): void;
export {};
