import type { TransactionItems } from './TransactionItems'; export declare type TransactionBodyFreeItems = { items: TransactionItems; free: boolean; shouldAddToWaitingList?: boolean; };