import type { CommandContext } from "../registry.js"; export declare function runDevGenerate(ctx: CommandContext): Promise; export declare function runDevPublish(ctx: CommandContext): Promise; export declare function runDevOnboard(ctx: CommandContext): Promise; export declare function runDevCheckLexicon(ctx: CommandContext): Promise; export declare function runDevSurfaceDiff(ctx: CommandContext): Promise; export declare function runDevPinnedUpgrade(ctx: CommandContext): Promise; export declare function runDevRollingUpgrade(ctx: CommandContext): Promise; export declare function runDevUnknown(ctx: CommandContext): Promise; //# sourceMappingURL=dev.d.ts.map