/** * release command - GitHub Release management and X announcement */ import { Command } from "commander"; export declare function registerReleaseCommand(program: Command): void; //# sourceMappingURL=release.d.ts.map