import type Generator from './generator.js'; export default function writeTask(this: Generator, { application }: { application: any; }): Promise;