import type { LAB } from './lab';
import type { XYZ } from './xyz';
export declare const xyzToLab: ({ x, y, z }: XYZ) => LAB;
