import { StringTask } from '../types';
export declare function checkIgnoreTask(paths: string[]): StringTask<string[]>;
