export declare class UriSchemaPortList {
    static http: number;
    static https: number;
    static relative: any;
    static getPort(schema: string): number;
    static isDefaultPort(schema: string, port: number): boolean;
}
