import { Stack } from 'aws-cdk-lib'; export type StackProvider = { stack: Stack; }; //# sourceMappingURL=stack_provider.d.ts.map