import type { IConstruct } from 'constructs';
/**
 * Return the aspect priority of Aspects changed in https://github.com/aws/aws-cdk/pull/32333
 *
 * We retroactively made those controllable using a feature flag.
 *
 * Aspects newly added since this change should unconditionally have a priority of `MUTATING`.
 */
export declare function mutatingAspectPrio32333(scope: IConstruct): number | undefined;
