export interface ApplicationContext { services: any, streams: any, } export default { services: {}, streams: {} } as ApplicationContext;