import { type CommandBuilder } from 'yargs'; import { type CutHandlerArguments } from '#types.js'; export declare const builder: CommandBuilder; export declare const command = "cut "; export declare const desc = "Cut release to current branch"; export { handler } from './handler.ts'; //# sourceMappingURL=command.d.ts.map