import { InstructionNode } from '@codama/nodes'; import { NodePath, ResolvedInstructionInput } from '@codama/visitors-core'; import { Fragment, RenderScope } from '../utils'; export declare function getInstructionPageFragment(scope: Pick & { instructionPath: NodePath; resolvedInputs: ResolvedInstructionInput[]; size: number | null; }): Fragment; export declare function getRenamedArgsMap(instruction: InstructionNode): Map; //# sourceMappingURL=instructionPage.d.ts.map