import type { CaptureFrame } from "./types.js"; export declare function encodeFrame(frame: CaptureFrame, seq: number): Buffer;