export declare class UninstallCommand { appId: string; trackerId: string; private availability; uninstall(): Promise; }