import type { CryptoCurrency } from "../types"; export declare function isAddressSanctioned(currency: CryptoCurrency, address: string): Promise; export declare function isCheckSanctionedAddressEnabled(currency: CryptoCurrency): boolean; //# sourceMappingURL=index.d.ts.map