import type { TaskContext, TaskContextRunResult } from './types'; export default function taskTsDeclarations(): (name: string, context: TaskContext) => Promise; //# sourceMappingURL=taskTsDeclarations.d.ts.map