import * as difficulty from './difficulty.js'; /** Schema for v3 `Color Note`. */ export declare const ColorNoteSchema: ReturnType; /** Schema for v3 `Bomb Note`. */ export declare const BombNoteSchema: ReturnType; /** Schema for v3 `Arc`. */ export declare const ArcSchema: ReturnType; /** Schema for v3 `Chain`. */ export declare const ChainSchema: ReturnType; /** Schema for v3 `Obstacle`. */ export declare const ObstacleSchema: ReturnType; /** Schema for v3 `Waypoint`. */ export declare const WaypointSchema: ReturnType; /** Schema for v3 `Basic Event`. */ export declare const BasicEventSchema: ReturnType; /** Schema for v3 `BPM Change Event`. */ export declare const BPMChangeEventSchema: ReturnType; /** Schema for v3 `Rotation Event`. */ export declare const RotationEventSchema: ReturnType; /** Schema for v3 `Color Boost Event`. */ export declare const ColorBoostEventSchema: ReturnType; /** Schema for v3 `Index Filter`. */ export declare const IndexFilterSchema: ReturnType; /** Schema for v3 `Light Color Event`. */ export declare const LightColorBaseSchema: ReturnType; /** Schema for v3 `Light Color Event Box`. */ export declare const LightColorEventBoxSchema: ReturnType; /** Schema for v3 `Light Color Event Box Group`. */ export declare const LightColorEventBoxGroupSchema: ReturnType; /** Schema for v3 `Light Rotation Event`. */ export declare const LightRotationBaseSchema: ReturnType; /** Schema for v3 `Light Rotation Event Box`. */ export declare const LightRotationEventBoxSchema: ReturnType; /** Schema for v3 `Light Rotation Event Box Group`. */ export declare const LightRotationEventBoxGroupSchema: ReturnType; /** Schema for v3 `Light Translation Event`. */ export declare const LightTranslationBaseSchema: ReturnType; /** Schema for v3 `Light Translation Event Box`. */ export declare const LightTranslationEventBoxSchema: ReturnType; /** Schema for v3 `Light Translation Event Box Group`. */ export declare const LightTranslationEventBoxGroupSchema: ReturnType; /** Schema for v3 `VFX Event Box`. */ export declare const VfxEventBoxSchema: ReturnType; /** Schema for v3 `VFX Event Box Group`. */ export declare const VfxEventBoxGroupSchema: ReturnType; /** Schema for v3 `Basic Event Types with Keywords`. */ export declare const BasicEventTypesForKeywordsSchema: ReturnType; /** Schema for v3 `Basic Event Types with Keywords`. */ export declare const BasicEventTypesWithKeywordsSchema: ReturnType; /** Schema for v3 `FX Event Float`. */ export declare const FxEventFloatSchema: ReturnType; /** Schema for v3 `FX Event Int`. */ export declare const FxEventIntSchema: ReturnType; /** Schema for v3 `FX Events Collection`. */ export declare const FxEventsCollectionSchema: ReturnType; /** Schema for v3 `Difficulty`. */ export declare const DifficultySchema: ReturnType; import * as lightshow from './lightshow.js'; /** Schema for v3 `Lightshow`. */ export declare const LightshowSchema: ReturnType; export * from './custom/mod.js'; //# sourceMappingURL=mod.d.ts.map