export declare function deriveAddressFromPublicKey(publicKey: string): string;
export declare function derivePublicKeyFromPrivateKey(privateKey: Uint8Array): Uint8Array;
export declare function derivePublicKeyFromAddress(address: string): Uint8Array;
export declare function signHash(privateKey: Uint8Array, hash: Uint8Array): Uint8Array;
//# sourceMappingURL=crypto.d.ts.map