import type { C1ProjectOverviewPayload, C1TaskFixturePayload } from "./model.js";
import type { AccountListItem } from "./render-accounts.js";
export declare function renderProjectOverview(model: C1ProjectOverviewPayload, tasks: readonly C1TaskFixturePayload[], requestedState: string, tab?: string, runAccounts?: readonly AccountListItem[], visionSummary?: string): string;
//# sourceMappingURL=render-project.d.ts.map