export declare function getPortEnv(): string;
export declare function getPort(port?: number | string): number;
export default getPort;
