import { GoogleCalendarRO } from '@escapenavigator/types/dist/google-calendar/google-calendar.ro'; import { ApiMethodDeclaration } from '..'; type ParamsData = undefined; type ResponseData = GoogleCalendarRO[]; export declare const getAll: ApiMethodDeclaration; export {};