/**
 * @class qunit
 * @memberof ui5
 */
export declare class QUnit {
    private vlf;
    private clientsidescripts;
    /**
     * @function executeTests
     * @memberOf ui5.qunit
     * @description Executes QUnit & OPA5 tests. Qmate acts like a runner.
     * @param {String} path - Relative path to the QUnit/OPA5 html file.
     * @example await ui5.qunit.executeTests("path/to/qunit.html");
     */
    executeTests(path: string): Promise<void>;
}
declare const _default: QUnit;
export default _default;
