import type { LAB, XYZ } from '../colorUtils.js';
export declare function fromXYZ(xyz: XYZ): LAB;
export declare function toXYZ(lab: LAB): XYZ;
