import { type EntryEntity } from '@luxledger/core'; import type { EntryResponse } from '../contracts/entries.js'; export declare const toEntryResponse: (entry: EntryEntity) => EntryResponse; //# sourceMappingURL=entries.d.ts.map