export { InstanceNotExecutedError } from './instance-not-executed.error.js'; export { DuplicatedInstanceError } from './duplicated-instance.error.js'; export { CommandNotFoundError } from './command-not-found.error.js';