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