import type { Project, StatusBrand, StatusConfig } from "./types.js";
export declare function renderStatus(config: StatusConfig, project: Project, brand: StatusBrand): string;
//# sourceMappingURL=render-status.d.ts.map