type Params = { path: string; }; export default function grabPageName(params: Params): string; export {};