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