import { SignedTransactionType } from '../../../types/transactions.types'; export declare const getAreTransactionsCrossShards: (transactions?: SignedTransactionType[], accountShard?: number) => boolean;