import * as express from "express";
import { PluginAPI } from "../plugin";
/**
 * Implements the /api/applications endpoint
 *
 * See typings/pluginapi.d.ts for details.
 */
export declare function router(papi: PluginAPI): express.Router;
