import { CliCommand } from "@lodestar/utils"; import { GlobalArgs } from "../../options/index.js"; import { IValidatorCliArgs } from "./options.js"; type BlsToExecutionChangeArgs = { publicKey: string; fromBlsPrivkey: string; toExecutionAddress: string; }; export declare const blsToExecutionChange: CliCommand; export {}; //# sourceMappingURL=blsToExecutionChange.d.ts.map