import Task from './types/Task'; export declare type PassThroughTask = Task & { __brand: 'PassThroughTask'; };