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