export declare function sign(msg: Uint8Array | string, privKey: Uint8Array): Promise>; export declare function signHash(hash: Uint8Array, privKey: Uint8Array): Promise>; export declare function parsePrivateKey(key: string): Uint8Array; export declare function generatePrivateKey(): Uint8Array; export declare function privateKeyToPublicKey(privKey: Uint8Array): Uint8Array; //# sourceMappingURL=crypto.d.ts.map