import { PluginServer } from './types.js';
export declare const setupAllRoutes: () => PluginServer<void>;
/**
 * Calls app.listen() to start serving the plugin server
 * the configuration is read from the plugin server environment
 */
export declare const startServing: () => PluginServer<void>;
