import { NodeRunArgs } from '.'; export declare const flowcallback: { name: string; run: (runArgs: NodeRunArgs) => any; hooks: {}; };