export interface ISwitch { start: Function | null; end: Function | null; }