import type { ProtectCameraConfig } from "unifi-protect";
import type { ProtectNvr } from "./nvr.ts";
export declare function buildPlaylist(cameras: readonly ProtectCameraConfig[], host: string, rtspPort: number): string;
export declare function servePlaylist(nvr: ProtectNvr): void;
//# sourceMappingURL=nvr-playlist.d.ts.map