import 'source-map-support'; import '@dot/env'; import { App } from './methods'; export interface CdkDeployment { deploy: (app: App) => void; }