import { CfnIncludeProps } from '@aws-cdk/cloudformation-include'; /** * @stability stable */ export interface ExportManifest { /** * @stability stable */ readonly stackName: string; /** * @stability stable */ readonly props: CfnIncludeProps; }