import { InstructionNode, OptionalAccountStrategy } from '@codama/nodes';
import { NodePath, ResolvedInstructionInput } from '@codama/visitors-core';
import { Fragment, RenderScope } from '../utils';
export declare function getInstructionInputDefaultFragment(scope: Pick<RenderScope, 'asyncResolvers' | 'getImportFrom' | 'linkables' | 'nameApi' | 'typeManifestVisitor'> & {
    input: ResolvedInstructionInput;
    instructionPath: NodePath<InstructionNode>;
    optionalAccountStrategy: OptionalAccountStrategy;
    useAsync: boolean;
}): Fragment;
//# sourceMappingURL=instructionInputDefault.d.ts.map