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