import { Event } from "./Event.js"; export declare class VanillaEvent extends Event { static [Symbol.hasInstance](value: any): boolean; static vanillaEventClassList: Function[]; }