import { GoogleService } from '../service/calendar-event.service'; export declare class GoogleController { private readonly googleService; constructor(googleService: GoogleService); createEvent(googleCred: any, payload: any): Promise; updateEvent(eventId: string, googleCred: any, payload: any): Promise; }