import { TaskFunction } from "gulp"; /** * @inheritdoc */ declare global { interface Function extends TaskFunction { } } export {};