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