import { LogLevel, Logger } from "@lodestar/utils"; import { Signer } from "@lodestar/validator"; import { IValidatorCliArgs } from "../options.js"; /** * Log each pubkeys for auditing out keys are loaded from the logs */ export declare function logSigners(logger: Pick, signers: Signer[]): void; /** * Notify user if there are no signers at startup, this might be intended but could also be due to * misconfiguration. It is possible that signers are added later via keymanager or if an external signer * is connected with fetching enabled, but otherwise exit the process and suggest a different configuration. */ export declare function warnOrExitNoSigners(args: IValidatorCliArgs, logger: Pick): void; //# sourceMappingURL=logSigners.d.ts.map