import type { TimeProcessor } from '../../../beatmap/helpers/timeProcessor.js'; import type { ColorType } from '../../../types/colors.js'; export declare const settings: { timeProc: TimeProcessor | null; colorType: ColorType | null; }; //# sourceMappingURL=settings.d.ts.map