import { ServerAPI } from "@signalk/server-api"; import { PassThrough } from "stream"; import { Config } from "../config.js"; export declare function createLiveStream(app: ServerAPI, config: Config): PassThrough; //# sourceMappingURL=live.d.ts.map