import type { PrevImpl } from "./prev.js"; export interface Init extends Omit, "audioCodec"> { audioCodec?: PrevImpl.Init["audioCodec"] | "flac"; }