import { KeyPair } from '@airgap/coinlib-core/data/KeyPair'; export declare function createSr25519KeyPair(secret: string | Uint8Array, derivationPath?: string): Promise;