import type { Params } from "next/dist/shared/lib/router/utils/route-matcher"; // local imports import type { TPowerKContextTypeExtended } from "./types"; export const detectExtendedContextFromURL = (_params: Params): TPowerKContextTypeExtended | null => null;