import type { EnvironmentName } from '../schema/shared/types/environment.js'; import type { IWrapBeatmapSubset } from '../schema/wrapper/types/beatmap.js'; /** * Convert old Chroma color value to Chroma 2 custom data. * ```ts * const newData = convert.ogChromaToV2Chroma(oldData); * ``` */ export declare function ogChromaToV2Chroma>(data: T, environment?: EnvironmentName): T; //# sourceMappingURL=oldChroma.d.ts.map