export interface IInterceptor { start: () => void; stop: () => void; }