import { CliCommand } from "@lodestar/utils"; import { GlobalArgs } from "../../../options/index.js"; import { LogArgs } from "../../../options/logOptions.js"; import { AccountValidatorArgs } from "../options.js"; import { ISlashingProtectionArgs } from "./options.js"; type ExportArgs = { file: string; pubkeys?: string[]; }; export declare const exportCmd: CliCommand; export {}; //# sourceMappingURL=export.d.ts.map