import type { ICustomDataNote } from '../../schema/wrapper/types/custom/note.js'; import type { ICustomDataSlider } from '../../schema/wrapper/types/custom/slider.js'; /** * Mirrors the object for Noodle Extensions in beatmap v2. */ export declare function mirrorNoodleExtensionsV2 & Pick; }>(data: T): void; /** * Mirrors the object for Noodle Extensions in beatmap v3. */ export declare function mirrorNoodleExtensionsV3 & Pick; }>(data: T): void; //# sourceMappingURL=mirror.d.ts.map