/**
 * Re-export best practices types from the shared @n8n/workflow-sdk/prompts package.
 */
export type { BestPracticesDocument } from '@n8n/workflow-sdk/prompts/best-practices';
