import { AppThunk } from 'store'; export declare const deleteEventThunk: (calendarId: string, eventId: string) => AppThunk>;