/// import type { BN } from '@polkadot/util'; export declare function createKeyDerived(who: string | Uint8Array, index: bigint | BN | number): Uint8Array;