import { InstructionNode } from '@codama/nodes'; import { NodePath, ResolvedInstructionInput } from '@codama/visitors-core'; import { Fragment, RenderScope, TypeManifest } from '../utils'; export declare function getInstructionFunctionFragment(scope: Pick & { dataArgsManifest: TypeManifest; extraArgsManifest: TypeManifest; instructionPath: NodePath; renamedArgs: Map; resolvedInputs: ResolvedInstructionInput[]; useAsync: boolean; }): Fragment | undefined; //# sourceMappingURL=instructionFunction.d.ts.map