import { type OwnershipProof } from "@notabene/javascript-sdk"; export declare function verifyProof(proof: OwnershipProof, publicKey?: string): Promise;