File size: 188 Bytes
fea495a
 
 
 
 
1
2
3
4
5
6
import type { Params } from './params';
/**
 * @deprecated import specific root params from `next/root-params` instead.
 */
export declare function unstable_rootParams(): Promise<Params>;