import { type CacheBindingInvalidation } from '../models/CacheBindingInvalidation.js';
import { type PlanParamsOperationsManager } from './PlanParamsOperationsManager.js';
import { type ServiceReferenceManager } from './ServiceReferenceManager.js';
export declare class PlanResultCacheManager {
    #private;
    constructor(planParamsOperationsManager: PlanParamsOperationsManager, serviceReferenceManager: ServiceReferenceManager);
    invalidateService(invalidation: CacheBindingInvalidation): void;
}
//# sourceMappingURL=PlanResultCacheManager.d.ts.map