/**
 * Re-export technique types from the shared @n8n/workflow-sdk/prompts package.
 */
export {
	WorkflowTechnique,
	TechniqueDescription,
	type WorkflowTechniqueType,
} from '@n8n/workflow-sdk/prompts/best-practices';
