import { SignatureProof } from "@notabene/javascript-sdk"; export declare function verifyXRPL(message: string, publicKey: string, proof: string): boolean; export declare const xrplTestnetWs: string[]; export declare const xrplMainnetWs: string[]; export declare function verifyPersonalSignXRPL(proof: SignatureProof, publicKey?: string, isTest?: boolean): Promise;