import type { BuildLog } from '../types.js';
export declare function loadBuildLog(dirname: string, which: 'local' | 'common'): Promise<BuildLog>;
