import { Event } from "../data"; export declare function isEvent(value: unknown): value is Event;