| import type { Params } from './params'; | |
| /** | |
| * @deprecated import specific root params from `next/root-params` instead. | |
| */ | |
| export declare function unstable_rootParams(): Promise<Params>; | |
| import type { Params } from './params'; | |
| /** | |
| * @deprecated import specific root params from `next/root-params` instead. | |
| */ | |
| export declare function unstable_rootParams(): Promise<Params>; | |