import type { PermissionResponse } from 'expo-modules-core'; declare class ExpoGoCalendarNextStub { static readonly ExpoCalendar: { new (): {}; }; static readonly ExpoCalendarEvent: { new (): {}; }; static readonly ExpoCalendarReminder: { new (): {}; }; static readonly ExpoCalendarAttendee: { new (): {}; }; getDefaultCalendarSync(): void; createCalendar(): void; getCalendars(): Promise; listEvents(): Promise; requestCalendarPermissions(): Promise; getCalendarPermissions(): Promise; requestRemindersPermissions(): Promise; getRemindersPermissions(): Promise; getSourcesSync(): void; } export default ExpoGoCalendarNextStub; //# sourceMappingURL=ExpoGoCalendarNextStub.d.ts.map