import { ExpectedReadyState } from "./ExpectedReadyState";
export declare const isReadyStateMatch: (expected?: ExpectedReadyState) => boolean;
