declare type Protocol = 'http' | 'https'; export default Protocol;