export declare function tryListenOnPort(params: {
    port: number;
    host?: string;
    exclusive?: boolean;
}): Promise<void>;
