import type { ISchemaContainer } from '../shared/types/schema.js'; import type { ILightshow } from './types/lightshow.js'; import type { IWrapBeatmap } from '../wrapper/types/beatmap.js'; type LightshowDeserializationPolyfills = Pick; /** * Schema serialization for v3 `Lightshow`. */ export declare const lightshow: ISchemaContainer, LightshowDeserializationPolyfills>; export {}; //# sourceMappingURL=lightshow.d.ts.map