import { InstructionNode } from '@codama/nodes'; import { NodePath, ResolvedInstructionInput } from '@codama/visitors-core'; import { Fragment, RenderScope } from '../utils'; export declare function getInstructionInputResolvedFragment(scope: Pick & { instructionPath: NodePath; resolvedInputs: ResolvedInstructionInput[]; useAsync: boolean; }): Fragment; //# sourceMappingURL=instructionInputResolved.d.ts.map