interface LiveProject {
    readonly id: string;
    readonly name: string;
    readonly repositoryUrl: string;
    readonly status: string;
}
export declare function renderLiveProjectList(projects: readonly LiveProject[]): string;
export {};
//# sourceMappingURL=live.d.ts.map