/** * The directory a scaffolded repo keeps its CDK project in. * * The root above it is an ordinary package.json holding the dependency and * `scripts/`, whose files run on import — which is why every command resolves * the project before loading, and why the state file belongs in here. */ export declare const INFRA_DIRECTORY = "infra"; //# sourceMappingURL=infra.d.ts.map