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