export declare const setPort: (port: number | undefined) => void;
export declare const getServerPort: () => number | undefined;
