export interface CdkArguments {
    tsconfigPath: string;
    main: string;
    buildOutput: string;
}
