import type { PrevImpl } from "./prev.js";
export interface Init extends PrevImpl.Init {
    encoderName?: string | undefined;
}
//# sourceMappingURL=init.d.ts.map