/// /// import { KeyObject } from 'crypto'; export declare namespace EllipticBase { function LoadPrivateKey(key: string | Buffer, passphrase?: string | Buffer): KeyObject; }