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