import type { ResolvedCliOptions } from '../utils/config/cli-options';
/** The Uninstall the app from the app-registry */
export declare function uninstall(options: ResolvedCliOptions): Promise<void>;
