/** * Verify secp256k1 signature over message (hash-nonce). * Message is hashed with SHA-256 before verification. */ export declare function verifySignature(message: string, signatureHex: string, publicKeyHex: string): boolean; //# sourceMappingURL=crypto.d.ts.map