import { promise as pPromise } from 'protractor';
/**
 * Converts a webdriver promise to ES6 promise so the rest of the framework handles ES6 promises only
 * @deprecated Will be removed in v13, please use Playwright instead
 * @param promise
 */
export declare function convertPromise<T>(promise: pPromise.Promise<T>): Promise<T>;
//# sourceMappingURL=utils.d.ts.map