import type { IGetLedgerRecordsByIdsResult } from '../types.js';
export declare function getLedgerMeta(records: IGetLedgerRecordsByIdsResult[]): {
ledgerMinValueDate: null;
ledgerMinInvoiceDate: null;
ledgerMaxValueDate: null;
ledgerMaxInvoiceDate: null;
};