export type ExpectedReadyState = ReadonlyArray<DocumentReadyState> | DocumentReadyState | undefined;
