import { Network } from "../interfaces"; export declare class PrivateKey { static fromPassphrase(passphrase: string): string; static fromWIF(wif: string, network?: Network): string; } //# sourceMappingURL=private-key.d.ts.map