import { UAGProjectInterface } from "../UAGProjectInterface"; import { ToolInfo } from "./utils"; export declare const submissionUpdate: (project: UAGProjectInterface) => Promise;