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