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