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