import { BoxReference } from './types/transactions/base.js'; /** * boxReferencesToEncodingData translates an array of BoxReferences into an array of encoding data * maps. */ export declare function boxReferencesToEncodingData(references: ReadonlyArray, foreignApps: ReadonlyArray, appIndex: number | bigint): Array>;