import { TaskInterface } from './tasks/task.interface'; export declare const getExtractTask: () => TaskInterface;