import { aws_ec2 } from "aws-cdk-lib";
import { VpcProps } from "aws-cdk-lib/aws-ec2/lib/vpc";
import { Construct } from "constructs";
export declare class CheapVpc extends aws_ec2.Vpc {
    constructor(scope: Construct, id: string, props?: VpcProps);
}
