import { ICalendar } from 'calendar/entities'; import { AppThunk } from 'store'; export declare const findOne: (params?: { [key: string]: string | number; }) => AppThunk>;