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