type Canon = { kind: "color" | "length" | "skip"; canonical: string; }; export declare function canonicalize(value: string): Canon; export {};