import type { CLIFlags } from '../args.js'; type PromotionKind = 'notebook' | 'app' | 'dashboard'; export declare function runPromote(kind: string | null, rest: string[], flags: CLIFlags): Promise; export declare function promoteArtifact(projectRoot: string, kind: PromotionKind, target: string): { ok: true; kind: PromotionKind; path: string; removedLocalState: string[]; }; export {}; //# sourceMappingURL=promote.d.ts.map