declare namespace _default {
    /**
     * Returns information about the active application.
     *
     * @returns {Promise<import('./types').ActiveAppInfo>} Active app information
     * @throws {Error} if an error raised by command
     * @this {import('../driver').XCUITestDriver}
     */
    function mobileGetActiveAppInfo(this: import("../driver").XCUITestDriver): Promise<import("./types").ActiveAppInfo>;
}
export default _default;
//# sourceMappingURL=activeAppInfo.d.ts.map