import type { CommandResult, CreateProjectPlan, EmpCreateReport, VerificationCheck } from './types'; export declare function buildCreateReport(plan: CreateProjectPlan, checks: VerificationCheck[], commands: CommandResult[]): EmpCreateReport; export declare function writeCreateReport(report: EmpCreateReport): Promise;