import type { HexString } from '~/types/color'; export declare function getCacheKey({ inputColor, key }: { inputColor: HexString; key: string; }): string;