import VPC from "../../vpc";
export interface CreateVPCResponse {
    vpc: VPC;
}
