import * as v from 'valibot'; import type { IArc, IBasicEvent, IBasicEventTypesForKeywords, IBasicEventTypesWithKeywords, IBombNote, IBPMEvent, IChain, IColorBoostEvent, IColorNote, IDifficulty, IFxEventBox, IFxEventBoxGroup, IFxEventFloat, IFxEventInt, IFxEventsCollection, IIndexFilter, ILightColorEvent, ILightColorEventBox, ILightColorEventBoxGroup, ILightRotationEvent, ILightRotationEventBox, ILightRotationEventBoxGroup, ILightTranslationEvent, ILightTranslationEventBox, ILightTranslationEventBoxGroup, IObstacle, IRotationEvent, IWaypoint } from '../types/mod.js'; import { type InferObjectEntries } from '../../helpers.js'; /** Schema declaration for v3 `Color Note`. */ export declare function ColorNoteSchema(): v.ObjectSchema, undefined>; /** Schema declaration for v3 `Bomb Note`. */ export declare function BombNoteSchema(): v.ObjectSchema, undefined>; /** Schema declaration for v3 `Arc`. */ export declare function ArcSchema(): v.ObjectSchema, undefined>; /** Schema declaration for v3 `Chain`. */ export declare function ChainSchema(): v.ObjectSchema, undefined>; /** Schema declaration for v3 `Obstacle`. */ export declare function ObstacleSchema(): v.ObjectSchema, undefined>; /** Schema declaration for v3 `Waypoint`. */ export declare function WaypointSchema(): v.ObjectSchema, undefined>; /** Schema declaration for v3 `Basic Event`. */ export declare function BasicEventSchema(): v.ObjectSchema, undefined>; /** Schema declaration for v3 `BPM Change Event`. */ export declare function BPMChangeEventSchema(): v.ObjectSchema, undefined>; /** Schema declaration for v3 `Rotation Event`. */ export declare function RotationEventSchema(): v.ObjectSchema, undefined>; /** Schema declaration for v3 `Color Boost Event`. */ export declare function ColorBoostEventSchema(): v.ObjectSchema, undefined>; /** Schema declaration for v3 `Index Filter`. */ export declare function IndexFilterSchema(): v.ObjectSchema, undefined>; /** Schema declaration for v3 `Light Color Event`. */ export declare function LightColorBaseSchema(): v.ObjectSchema, undefined>; /** Schema declaration for v3 `Light Color Event Box`. */ export declare function LightColorEventBoxSchema(): v.ObjectSchema, undefined>; /** Schema declaration for v3 `Light Color Event Box Group`. */ export declare function LightColorEventBoxGroupSchema(): v.ObjectSchema, undefined>; /** Schema declaration for v3 `Light Rotation Event`. */ export declare function LightRotationBaseSchema(): v.ObjectSchema, undefined>; /** Schema declaration for v3 `Light Rotation Event Box`. */ export declare function LightRotationEventBoxSchema(): v.ObjectSchema, undefined>; /** Schema declaration for v3 `Light Rotation Event Box Group`. */ export declare function LightRotationEventBoxGroupSchema(): v.ObjectSchema, undefined>; /** Schema declaration for v3 `Light Translation Event`. */ export declare function LightTranslationBaseSchema(): v.ObjectSchema, undefined>; /** Schema declaration for v3 `Light Translation Event Box`. */ export declare function LightTranslationEventBoxSchema(): v.ObjectSchema, undefined>; /** Schema declaration for v3 `Light Translation Event Box Group`. */ export declare function LightTranslationEventBoxGroupSchema(): v.ObjectSchema, undefined>; /** Schema declaration for v3 `VFX Event Box`. */ export declare function VfxEventBoxSchema(): v.ObjectSchema, undefined>; /** Schema declaration for v3 `VFX Event Box Group`. */ export declare function VfxEventBoxGroupSchema(): v.ObjectSchema, undefined>; /** Schema declaration for v3 `Basic Event Types with Keywords`. */ export declare function BasicEventTypesForKeywordsSchema(): v.ObjectSchema, undefined>; /** Schema declaration for v3 `Basic Event Types with Keywords`. */ export declare function BasicEventTypesWithKeywordsSchema(): v.ObjectSchema, undefined>; /** Schema declaration for v3 `FX Event Float`. */ export declare function FxEventFloatSchema(): v.ObjectSchema, undefined>; /** Schema declaration for v3 `FX Event Int`. */ export declare function FxEventIntSchema(): v.ObjectSchema, undefined>; /** Schema declaration for v3 `FX Events Collection`. */ export declare function FxEventsCollectionSchema(): v.ObjectSchema, undefined>; /** Schema declaration for v3 `Difficulty`. */ export declare function DifficultySchema(): v.ObjectSchema, undefined>; //# sourceMappingURL=difficulty.d.ts.map