import { ParsedToOptions, Structure, ToInput, ToOptions, ToOutput } from "./to.js"; import { EventConfiguration } from "./event-configuration.js"; import { Configuration } from "./configurations.js"; import { ScheduleData } from "./schedule-data.js"; //#region src/RS/types/index.d.ts declare namespace Types { export import Shared = _Shared; export import Entities = _Entities; type scheduleData = ScheduleData; type toInput = ToInput; type toOptions = ToOptions; type parsedToOptions = ParsedToOptions; type toOutput = ToOutput; type structure = Structure; type eventConfiguration = EventConfiguration; type configuration = Configuration; } //#endregion export { Types }; //# sourceMappingURL=index.d.ts.map