import type { IWrapLightshow } from './types/lightshow.js'; import type { DeepPartial } from '../../../types/utils.js'; export declare function createLightshow(data?: DeepPartial): IWrapLightshow; //# sourceMappingURL=lightshow.d.ts.map