/**
 * Attempt to safeguard user from irrecoverable losses
 */
export declare function useIsBlacklistedWithdrawalAddress(address: string): boolean;
