export declare const EMPTIED_EVENT: "emptied"; export interface EmptiedEvent extends Event { type: typeof EMPTIED_EVENT; } //# sourceMappingURL=EmptiedEvent.d.ts.map