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