import { TimedSuiTransactionBlockResponse } from "../../interface"; export declare const showTXSuccessToast: (tx: TimedSuiTransactionBlockResponse, network: string, message: string) => void;