import { Xyz65 } from "../xyz65/types.js"; import { Rec2020 } from "./types.js"; declare function convertRec2020ToXyz65(color: Omit): Xyz65; export default convertRec2020ToXyz65;