import * as v from 'valibot'; import type { IBasicEvent, IColorBoostEvent, IEventBox, IEventBoxGroup, IFxEventBox, IFxEventFloat, IIndexFilter, ILightColorEvent, ILightColorEventBox, ILightRotationEvent, ILightRotationEventBox, ILightshow, ILightTranslationEvent, ILightTranslationEventBox, IWaypoint } from '../types/mod.js'; import { type InferObjectEntries } from '../../helpers.js'; /** Schema declaration for v4 `Waypoint`. */ export declare function WaypointSchema(): v.ObjectSchema, undefined>; /** Schema declaration for v4 `Basic Event`. */ export declare function BasicEventSchema(): v.ObjectSchema, undefined>; /** Schema declaration for v4 `Color Boost Event`. */ export declare function ColorBoostEventSchema(): v.ObjectSchema, undefined>; /** Schema declaration for v4 `Event Box`. */ export declare function EventBoxSchema(): v.ObjectSchema, undefined>; /** Schema declaration for v4 `Event Box Group`. */ export declare function EventBoxGroupSchema(): v.ObjectSchema, undefined>; /** Schema declaration for v4 `Index Filter`. */ export declare function IndexFilterSchema(): v.ObjectSchema, undefined>; /** Schema declaration for v4 `Light Color Event Box`. */ export declare function LightColorEventBoxSchema(): v.ObjectSchema, undefined>; /** Schema declaration for v4 `Light Color Event`. */ export declare function LightColorEventSchema(): v.ObjectSchema, undefined>; /** Schema declaration for v4 `Light Rotation Event Box`. */ export declare function LightRotationEventBoxSchema(): v.ObjectSchema, undefined>; /** Schema declaration for v4 `Light Rotation Event`. */ export declare function LightRotationEventSchema(): v.ObjectSchema, undefined>; /** Schema declaration for v4 `Light Translation Event Box`. */ export declare function LightTranslationEventBoxSchema(): v.ObjectSchema, undefined>; /** Schema declaration for v4 `Light Translation Event`. */ export declare function LightTranslationEventSchema(): v.ObjectSchema, undefined>; /** Schema declaration for v4 `FX Event Box`. */ export declare function FXEventBoxSchema(): v.ObjectSchema, undefined>; /** Schema declaration for v4 `FX Event Float`. */ export declare function FXEventFloatSchema(): v.ObjectSchema, undefined>; /** Schema declaration for v4 `Lightshow`. */ export declare function LightshowSchema(): v.ObjectSchema, undefined>; //# sourceMappingURL=lightshow.d.ts.map