import { InstructionAccountNode } from '@codama/nodes'; import { NodePath } from '@codama/visitors-core'; import { Fragment, RenderScope } from '../utils'; export declare function getInstructionAccountTypeParamFragment(scope: Pick & { allowAccountMeta: boolean; instructionAccountPath: NodePath; }): Fragment; //# sourceMappingURL=instructionAccountTypeParam.d.ts.map