import { NodeRunArgs } from '.'; export declare const flowdom: { name: string; run: ({ info }: NodeRunArgs) => Element; hooks: {}; };