import { Project } from "./rtd";
export default function buildBody(existingBody: string, projects: Project[], branch: string): string;
