/** * @file Effect.Internal.Types.ts * @author Gage Sorrell * @copyright (c) 2026 Gage Sorrell * @license MIT */ export type EffectInternalTypes = string; //# sourceMappingURL=Effect.Internal.Types.d.ts.map