import '@rschedule/core/rules/ICAL_RULES'; import { StandardDateAdapter } from '@rschedule/standard-date-adapter'; declare module '@rschedule/core/DateAdapter' { interface DateAdapterType { standard: StandardDateAdapter; } interface DateAdapterCTorType { standard: typeof StandardDateAdapter; } }