/** * Wait for busy state to change. * * @param {Function} condition * @returns {Promise} */ export declare const waitForState: (condition: Function) => Promise;