import { CliCommand } from "@lodestar/utils"; import { GlobalArgs } from "../../options/index.js"; import { IValidatorCliArgs } from "./options.js"; type VoluntaryExitArgs = { exitEpoch?: number; pubkeys?: string[]; yes?: boolean; saveExitsPath?: string; }; export declare const voluntaryExit: CliCommand; export {}; //# sourceMappingURL=voluntaryExit.d.ts.map