import type { Express } from "express";
import type { ExtendedSimulationStore } from "./store/index.ts";
export declare const extendRouter: (router: Express, simulationStore: ExtendedSimulationStore) => void;
//# sourceMappingURL=extend-api.d.ts.map