import { type Event } from '../services/event-service.js'; export declare const hasDescription: (event: Event) => boolean; export declare const isDescriptionEmpty: (event: Event) => boolean;