import { ICalendar } from 'calendar/entities'; import { AppThunk } from 'store'; export declare const updateCalendar: (calendarId: string, partialCalendar?: Partial, key?: string) => AppThunk>;