import type { PrevImpl } from "./prev.js"; export interface Init extends PrevImpl.Init { video?: TVideo; audioSource?: "output" | "mic"; } //# sourceMappingURL=init.d.ts.map