import { Services } from "@ardenthq/sdk"; export declare class KeyPairService extends Services.AbstractKeyPairService { fromMnemonic(mnemonic: string, options?: Services.IdentityOptions): Promise; fromPrivateKey(privateKey: string): Promise; }