import BigInteger from 'bigi'; export declare const getPrivateKeyInt: ({ privateKey, }: { privateKey: string; }) => BigInteger; export declare const getPublicKey: ({ privateKey }: { privateKey: string; }) => string;