export = TimeFixPlugin; declare class TimeFixPlugin { constructor(watchOffset?: number); watchOffset: number; apply(compiler: any): void; }