import { AnyFunc } from '../types'; export declare const getModuleKey: (url: string, uniqueModuleKey: string) => string; export declare const createModuleKeyGetter: (api: AnyFunc, uniqueModuleKey: string) => import("../types").IsEmpty string, (params?: Params | undefined) => string, (params: Params) => string>;