import { App, Stack } from "aws-cdk-lib";
declare const app: App;
declare const stack: Stack;
export { app, stack };
