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