import { GraphQLScalarType } from "graphql";
export declare const PortScalar = "scalar Port";
export declare const Port: GraphQLScalarType;
