import { KeyPair } from '../data/KeyPair'; export declare function createSr25519KeyPair(secret: string | Uint8Array, derivationPath: string): Promise;