export declare const formatPrivateKey: (key?: string) => string | undefined; export declare function isValidPrivateKey(key?: string): boolean; export declare function validatePrivateKeyConfiguration(walletMode: 'private-key' | 'disabled', privateKey?: string): void;