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