//#region src/utils/public-file-path.d.ts
/** Precompute keys for both encoded requests and decoded proxy/dev variants. */
declare function publicFilePathVariants(pathname: string): string[];
//#endregion
export { publicFilePathVariants };