import { InstructionNode } from '@codama/nodes';
import { NodePath, ResolvedInstructionInput } from '@codama/visitors-core';
import type { GlobalFragmentScope } from '../getRenderMapVisitor';
import { Fragment } from './common';
export declare function getInstructionInputResolvedFragment(scope: Pick<GlobalFragmentScope, 'asyncResolvers' | 'getImportFrom' | 'nameApi' | 'typeManifestVisitor'> & {
    instructionPath: NodePath<InstructionNode>;
    resolvedInputs: ResolvedInstructionInput[];
    useAsync: boolean;
}): Fragment;
//# sourceMappingURL=instructionInputResolved.d.ts.map