/** * @file Dry Run Extension Usage Examples * @description Comprehensive examples for using the dry run extension */ declare function BasicExample(): import("react/jsx-runtime").JSX.Element; declare function StateSimulationExample(): import("react/jsx-runtime").JSX.Element; declare function ApiPreviewExample(): import("react/jsx-runtime").JSX.Element; declare function DiffVisualizationExample(): import("react/jsx-runtime").JSX.Element; declare function ConflictDetectionExample(): import("react/jsx-runtime").JSX.Element; declare function ImpactAnalysisExample(): import("react/jsx-runtime").JSX.Element; declare function ApprovalWorkflowExample(): import("react/jsx-runtime").JSX.Element; declare function BatchPreviewExample(): import("react/jsx-runtime").JSX.Element; declare function programmaticUsage(): void; declare function DryRunDashboard(): import("react/jsx-runtime").JSX.Element; export { BasicExample, StateSimulationExample, ApiPreviewExample, DiffVisualizationExample, ConflictDetectionExample, ImpactAnalysisExample, ApprovalWorkflowExample, BatchPreviewExample, DryRunDashboard, programmaticUsage, };