/** * The one canonical Graft instruction block, rendered into each host's * native format. Content changes happen HERE only; renderers just wrap it. */ export declare function instructionBody(): string; export declare function cursorRule(): string; export declare function kiroSteering(): string; export declare function windsurfRule(): string; //# sourceMappingURL=instructions.d.ts.map