import { CliCommand } from "@lodestar/utils"; import { GlobalArgs } from "../../options/index.js"; import { IValidatorCliArgs } from "./options.js"; type ValidatorImportArgs = Pick; export declare const importCmd: CliCommand; export {}; //# sourceMappingURL=import.d.ts.map