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