interface InsertTask { task: string; path: string[]; data: any; } export { InsertTask }; //# sourceMappingURL=interface.d.ts.map