import { export_default } from "./from/schedules.js"; import { export_default as export_default$1 } from "./to/index.js"; import { Coalesced } from "./interfaces/vertices/properties/coalesced.js"; import { Species } from "./interfaces/vertices/properties/species.js"; import { AllWeeks, Week, allWeeks } from "./interfaces/vertices/properties/week.js"; import { Day } from "./interfaces/vertices/properties/days.js"; import { Interval } from "./interfaces/vertices/properties/intervals.js"; import { Tag, TagType } from "./interfaces/vertices/properties/tags.js"; import { MaximumScheduleSpan } from "./interfaces/vertices/properties/maximum-schedule-span.js"; import { PlannedScheduledDuration } from "./interfaces/vertices/properties/planned-scheduled-duration.js"; import { MinBreakLength } from "./interfaces/vertices/properties/min-break-length.js"; import { PublicId } from "./interfaces/vertices/properties/index.js"; import { CalendarException } from "./interfaces/vertices/division-settings.js"; import { Address, AutoSyncConfig, Company, CoplanUsageLimits, GlobalDefaultValues, INACTIVITY_ACTIONS, InactivityAction, InactivitySettings, PublicConfig, TimeRosterSection } from "./interfaces/other/companies.js"; import { Domain, DomainReference } from "./interfaces/other/domain.js"; import { Integration } from "./interfaces/other/integrations.js"; import { User } from "./interfaces/other/users.js"; import { APP_FEATURE_SELECTORS, Action, AppFeatureSelector, DEFAULT_APP_FEATURE_ACCESS, FeatureStatement, Policy, ResourceStatement, Statement } from "./interfaces/other/policies.js"; import { Operation, OperationType, operationType } from "./interfaces/other/operations.js"; import { ErrorCode, SyncLog } from "./interfaces/other/sync-logs.js"; import { StepGuideProgress } from "./interfaces/vertices/divisions.js"; import { CalendarExceptionAction, ExceptionStatus } from "./interfaces/vertices/exceptions.js"; import { LockedTimeType } from "./interfaces/vertices/locked-times.js"; import { Infer, VertexQuery, createVertexQuery } from "./interfaces/vertices/vertex-query.js"; import { Deep, DeepWithoutPrivateId, Mixed, MixedWithOptionalId, Serialized, SerializedWithOptionalId } from "./interfaces/vertices/index.js"; import { Types } from "./types/index.js"; //#region src/core/index.d.ts declare class CoreMap { static to: typeof export_default$1; static from: { division: (data: unknown) => Pick | undefined; schedules: typeof export_default; }; } //#endregion export { CoreMap }; //# sourceMappingURL=index.d.ts.map