import { Oklab } from "./types.js";

declare function parseOklab(color: string): Oklab | undefined;

export default parseOklab;
