import { NodeRunArgs } from '.'; export declare const flowfuncvariable: { name: string; run: ({ info, results, args, extra, workspace }: NodeRunArgs) => Promise; hooks: {}; };