import type { ICacheKey } from "./types.js"; import type { ICacheKeyKeys } from "@webiny/utils"; export declare const createCacheKey: (key: ICacheKeyKeys) => ICacheKey;