diff --git a/src/core/_internal.ts b/src/core/_internal.ts index a234734..da0a304 100644 --- a/src/core/_internal.ts +++ b/src/core/_internal.ts @@ -1,7 +1,2 @@ import type { Result } from 'ts-results-es' -import { CommandType, EventType, Plugin } from '..'; -import { AnyFunction } from '../types/utility'; -import { Module } from '../types/core-modules'; - - export type VoidResult = Result;