import { ScamInfoType } from '../../types/account.types'; export declare function getScamAddressData({ addressToVerify, baseURL }: { addressToVerify: string; baseURL: string; }): Promise<{ scamInfo?: ScamInfoType | undefined; code?: string | undefined; }>;