BuildOptions: (ConnectionOptions | TcpNetConnectOpts | IpcNetConnectOpts) & {
    allowH2?: boolean;
    keepAlive?: boolean | null;
    keepAliveInitialDelay?: number | null;
    maxCachedSessions?: number | null;
    port?: number;
    socketPath?: string | null;
    timeout?: number | null;
}