import { Vendor } from '../../../entity/vendor/vendorState'; import { TransactionVendorLocalData } from './transactionVendorViewState'; export declare const getInitializedTransactionVendorLocalData: (vendorData: Vendor) => TransactionVendorLocalData;