import { Project } from "../../interfaces/project.interfaces"; export declare const render: (project: Project) => Promise;