import { Command } from 'commander'; export declare function registerOnboardCommand(program: Command): void; export declare function registerRepoCommand(program: Command): void; export declare function registerScriptCommand(program: Command): void; export declare function registerMigrateCommand(program: Command): void; export declare function registerCommands(program: Command): void;