import type { PrevImpl } from "./prev.js";
export interface Init<TVideo extends boolean> extends PrevImpl.Init<TVideo> {
    vdDestroyContent?: boolean;
}
//# sourceMappingURL=init.d.ts.map