import { Services } from "@arkecosystem/platform-sdk"; export declare class KeyPairService extends Services.AbstractKeyPairService { #private; fromMnemonic(mnemonic: string, options?: Services.IdentityOptions): Promise; fromPrivateKey(privateKey: string): Promise; fromWIF(wif: string): Promise; }