import { InjectionContext, IPropertyInjector } from 'aws-cdk-lib'; import { LogGroupDataProtectionProps } from './log-group-data-protection-props'; export declare class LambdaObservabilityPropertyInjector implements IPropertyInjector { readonly constructUniqueId: string; readonly logGroupDataProtection: LogGroupDataProtectionProps; constructor(logGroupDataProtection: LogGroupDataProtectionProps); inject(originalProps: any, _context: InjectionContext): any; }