/// <reference types="node" />
export declare const ecdsaSign: (msgHash: Uint8Array | Buffer, privKey: Uint8Array | Buffer) => any[];
export declare const isValidPrivateKey: (privateKey: Uint8Array | Buffer) => any;
export declare const publicKeyCreate: (privateKey: Uint8Array | Buffer, compressed: boolean) => any;
