import { SignedTransactionType } from '../../../types/transactions.types'; export declare const getToastDuration: (transactions: SignedTransactionType[] | SignedTransactionType[][]) => number;