import type { PrecacheRouteOptions } from "../../types.js";
/**
 * This function will take the request URL and manipulate it based on the
 * configuration options.
 *
 * @param url
 * @param options
 * @returns Returns the URL in the cache that matches the request,
 * if possible.
 *
 * @private
 */
export declare const getCacheKeyForURL: (url: string, options: PrecacheRouteOptions) => string | undefined;
//# sourceMappingURL=getCacheKeyForURL.d.ts.map