export type Status = { noWait: boolean | void; phase: boolean; preloaded: boolean; started: boolean; }; //# sourceMappingURL=types.d.ts.map