export type UninstallOptions = { cwd?: string; dryRun?: boolean; yes?: boolean; fast?: boolean; /** Keep @t0.labs/daxta in package.json (only unwind project wiring) */ keepDep?: boolean; }; /** * Fully unwind DAxTA from a consumer project. */ export declare function uninstallDaxta(options?: UninstallOptions): Promise;