import { RemovalPolicy } from 'aws-cdk-lib'; import { Construct } from 'constructs'; import { LogGroupDataProtectionProps } from './log-group-data-protection-props'; export declare class LogGroupDataProtectionUtils { static handleDefault(scope: Construct, props?: LogGroupDataProtectionProps, removalPolicy?: RemovalPolicy): LogGroupDataProtectionProps; }