import { BundledCodeZipAsset, type BundledCodeZipAssetProps, type PackageResult } from './BundledCodeZipAsset'; import { Construct } from 'constructs'; export declare class NodeBundledCodeZipAsset extends BundledCodeZipAsset { constructor(scope: Construct, id: string, props: BundledCodeZipAssetProps); protected packageCode(): PackageResult; } //# sourceMappingURL=NodeBundledCodeZipAsset.d.ts.map