/** * This map includes context keys and values for feature flags that enable * capabilities "from the future", which we could not introduce as the default * behavior due to backwards compatibility for existing projects. * * New projects generated through `cdktf init` will include these flags in their * generated `cdktf.json` file. * * When we release the next major version of the CDK for Terraform, we will flip the logic of * these features and clean up the `cdktf.json` generated by `cdktf init`. * * Tests must cover the default (disabled) case and the future (enabled) case. */ export declare const FUTURE_FLAGS: {};