/** * @author WMXPY * @namespace Database * @description Execute Origin Action */ import express from "express"; import { LoadedOrigin } from "../util/load"; export declare const attachDatabaseExecuteOriginActionRoute: (application: express.Express, originMap: Map) => Promise;