export declare const SYSML_MEMO_GUIDANCE_VERSION = "1.0.0"; export declare const SYSML_MEMO_GUIDANCE: { readonly version: "1.0.0"; readonly sysml: readonly ["Use SysML v2 declarations and balanced braces.", "Keep generated content self-contained and name references consistently.", "Return only a SysML code block followed by the requested explanation."]; readonly memo: readonly ["Use the project ontology context for MEMO kinds and relationships.", "Model methodology findings are advisory: report them; do not suppress source.", "Keep additions focused on the user request."]; }; export declare function sysmlMemoGuidancePrompt(): string; //# sourceMappingURL=sysml-guidance.d.ts.map