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