export declare const createTaskfileNcc: (opts: { cwd: string; declarationPrefix?: string | undefined; }) => Promise<(task: any, _utils: any) => void>;