import type { Locale } from "@intl-t/locales"; export * from "@intl-t/next/headers"; export * from "@intl-t/next/cookies"; export * from "@intl-t/next/cache"; export { getHeadersPathname as getRequestPathname } from "@intl-t/next/headers"; export { getHeadersPathname as getPathname } from "@intl-t/next/headers"; export declare function getDynamicRequestLocale(): Promise; export declare function getRequestLocale(preventDynamic: true): L | undefined; export declare function getRequestLocale(preventDynamic?: boolean): Promise | L | undefined; export declare function setRequestLocale(locale: L, preventDynamic?: boolean, refresh?: boolean): Locale | Promise;