export declare const verifySignature: (signature: string, messageHex: string, publicKey: string) => boolean;