import { SignatureProof } from "@notabene/javascript-sdk"; export declare function verifyCIP8Signature(proof: SignatureProof): Promise;