import type { SavedWorkflowDefinition } from "./workflow-saved.js"; export declare const FOUNDATION_UI_COMPLIANCE_NAME = "foundation_ui_compliance"; /** Load the canonical package template as an overridable bundled saved workflow. */ export declare function createBundledFoundationUiComplianceWorkflow(): SavedWorkflowDefinition;