import { Currency } from '../../../shared/enums.js';
import type { IInsertLedgerRecordsParams } from '../types.js';
export declare function validateLedgerRecordParams(record: IInsertLedgerRecordsParams['ledgerRecords'][number], defaultLocalCurrency: Currency): void;
