import express from 'express'; /** * Register all API routes with the Express application * @param app Express application */ export declare function registerAllRoutes(app: express.Application): void; //# sourceMappingURL=index.d.ts.map