import { type Entry } from "./entry.js"; /** * Transforms a row from the CSV entry backup to an entry object. * * Please note: Entries before 2014-09 will have their timeLastChange and * timeLastChangeWorkTime set to timeInsert since these properties didn't exist * back then. */ export declare const parseEntryFromCsv: (row: Array) => Entry; //# sourceMappingURL=entry.csv.d.ts.map