import type { AppiumLogger } from '@appium/types';
import type { Devicectl } from 'node-devicectl';
export declare class AppTerminationClient {
    private readonly udid;
    private readonly platformVersion;
    private readonly devicectl;
    private readonly log;
    constructor(udid: string, platformVersion: string, devicectl: Devicectl, log: AppiumLogger);
    terminate(bundleId: string): Promise<boolean>;
    private terminateRemoteXPC;
    private terminateLegacy;
}
//# sourceMappingURL=app-termination-client.d.ts.map