import BN from 'bn.js'; import { ec } from 'elliptic'; export declare const starkEcOrder: BN; export declare const starkEc: ec; export declare function grindKeyV201(keySeed: BN): string; export declare function grindKey(keySeed: BN): string; export declare function checkIfHashedKeyIsAboveLimit(keySeed: BN): boolean; export declare function generateStarkPrivateKey(): string; export declare function getPrivateKeyFromPath(seed: string, path: string): BN;