#!/usr/bin/env node /** * Simple server to start the Tool Database API for testing */ declare const app: import("express-serve-static-core").Express; export default app; //# sourceMappingURL=start-tool-api.d.ts.map