import { ScamInfoType } from 'types/account.types'; export declare function getScamAddressData(addressToVerify: string): Promise<{ scamInfo?: ScamInfoType | undefined; code?: string | undefined; }>; //# sourceMappingURL=getScamAddressData.d.ts.map