import { App, AppProps } from 'aws-cdk-lib'; export { App }; export declare const addApp: (props?: AppProps) => App;