export { WorkflowTechnique, TechniqueDescription } from './types'; export type { WorkflowTechniqueType, BestPracticesDocument } from './types'; export { ChatbotBestPractices } from './guides/chatbot'; export { ContentGenerationBestPractices } from './guides/content-generation'; export { DataAnalysisBestPractices } from './guides/data-analysis'; export { DataExtractionBestPractices } from './guides/data-extraction'; export { DataPersistenceBestPractices } from './guides/data-persistence'; export { DataTransformationBestPractices } from './guides/data-transformation'; export { DocumentProcessingBestPractices } from './guides/document-processing'; export { EnrichmentBestPractices } from './guides/enrichment'; export { FormInputBestPractices } from './guides/form-input'; export { HumanInTheLoopBestPractices } from './guides/human-in-the-loop'; export { KnowledgeBaseBestPractices } from './guides/knowledge-base'; export { MonitoringBestPractices } from './guides/monitoring'; export { NotificationBestPractices } from './guides/notification'; export { SchedulingBestPractices } from './guides/scheduling'; export { ScrapingAndResearchBestPractices } from './guides/scraping-and-research'; export { TriageBestPractices } from './guides/triage'; export { WebAppBestPractices } from './guides/web-app'; import type { WorkflowTechniqueType, BestPracticesDocument } from './types'; export declare const bestPracticesRegistry: Record;