import type { FunAddress } from '@funkit/api-base';
import type { GeneralWalletContextProps } from '~/providers/GeneralWalletProvider';
export declare const useIsBlacklisted: (walletAddress: GeneralWalletContextProps["walletAddress"], customRecipient?: FunAddress) => {
    isWalletBlacklisted: boolean;
    isCustomRecipientBlacklisted: boolean;
};
