import * as $_Missing from "./missing/index.js"; import * as $_NoTasksIsFound from "./errors.no-tasks-is-found.js"; import * as $_Prettify from "./errors.prettify.js"; import * as $_Unhandled from "./errors.unhandled.js"; export declare namespace _Errors { export import Missing = $_Missing._Missing; export import NoTasksIsFound = $_NoTasksIsFound._NoTasksIsFound; export import Prettify = $_Prettify._Prettify; export import Unhandled = $_Unhandled._Unhandled; } //# sourceMappingURL=index.d.ts.map