import { type IdeId } from "../constants/index.js"; export declare function runUndo(options?: { yes?: boolean; dryRun?: boolean; verbose?: boolean; }): Promise; export declare function tryPackage(input: string, options?: { ide?: IdeId; verbose?: boolean; }): Promise; export declare function showDashboard(ide?: IdeId): Promise; export declare function addPlugin(name: string): Promise; export declare function listPlugins(): Promise; export declare function createTemplate(name: string, options?: { ide?: IdeId; dryRun?: boolean; verbose?: boolean; }): Promise; export declare function previewDiff(input: string, options?: { ide?: IdeId; verbose?: boolean; }): Promise; export declare function interactivePackagePicker(packages: Array<{ type: string; id: string; description?: string; }>): Promise; export declare function ensurePackageExists(input: string): Promise; //# sourceMappingURL=extras.d.ts.map