import type { StudioAgenticDesignSystemContract, StudioDesignSystemArtifact } from "./design-system-artifact-types.js"; export declare const AGENTIC_UI_PUBLIC_REFERENCE: { readonly name: "Agentic UI"; readonly url: "https://agenticui.net/"; readonly figmaPreviewUrl: "https://www.figma.com/design/jxKurBKqTOcZ97lz3uyLuY/AGENTIC-DESIGN-SYSTEM--v1.1---Preview-?node-id=4145-17200"; }; export declare const AGENTIC_OUTPUT_SECTIONS: readonly ["research_note", "design_decision", "tool_call", "artifact", "acceptance_statement", "session_result"]; export declare const AGENTIC_OPEN_SOURCE_REFERENCES: NonNullable; export declare const AGENTIC_INTERACTION_PATTERNS: NonNullable; export declare function buildAgenticDesignSystemContract(): StudioAgenticDesignSystemContract; export declare function withAgenticDesignSystemContract(artifact: StudioDesignSystemArtifact): StudioDesignSystemArtifact; export declare function agenticDesignSystemPromptLines(): string[];