/** * Copyright (c) 2024 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author Sebastian Bittrich */ import express from 'express'; export declare function initWebApi(app: express.Express): void;