1import * as http2 from 'http2'; 2 3export default interface IHttp2ConnectSettings { 4 settings: http2.Settings; 5 localWindowSize: number; 6} 7 8