declare function clientSide_checkForUI5Ready(browserInstance: WebdriverIO.Browser): Promise<true | {
    status: import("..").wdi5StatusCode;
    message: string;
}>;
export { clientSide_checkForUI5Ready };
//# sourceMappingURL=_checkForUI5Ready.d.ts.map