import { ErrorMessage } from '@eaglesong/helper-task'; export declare type Message = { type: 'start'; } | { type: 'end'; errors: ErrorMessage[]; }; export interface WorkerData { currentDirectory: string; configPath: string; isWatching: boolean; } //# sourceMappingURL=worker.d.ts.map