import type { Injector } from 'graphql-modules';
import type { LedgerProto } from '../../../shared/types/index.js';
import type { IGetChargesByIdsResult } from '../../charges/types.js';
export declare function handleCrossYearLedgerEntries(charge: IGetChargesByIdsResult, injector: Injector, accountingLedgerEntries: LedgerProto[]): Promise<LedgerProto[] | null>;
