export declare const ARG_ALIASES: { d: string; h: string; n: string; s: string; v: string; }; export declare const ARG_BOOLEANS: string[]; export declare const DEFAULT_HOST = "localhost"; export declare const DEFAULT_PORT = 8080; export declare const IPV6_RX: RegExp; export declare const MAX_PORT = 32768; export declare const OPS_CLOSE_ENDPOINT = "/.special-CLOSE-OP-endp01nt"; export declare const OPS_STATUS_ENDPOINT = "/.special-STATUS-OP-endp01nt";