import { FragmentManager } from '../../fragments'; import { InstructionDocData } from '../../types'; export declare function generateInstructionSectionWithFragments(instructions: InstructionDocData[], fragmentManager: FragmentManager): string; export declare function generateInstructionsSection(instructions: InstructionDocData[], includeDiscriminators: boolean, fragmentManager: FragmentManager): string; //# sourceMappingURL=instructions.d.ts.map