import type { Transformed } from "./transformed";
export interface TransformationEvent extends Event, Transformed {
}
