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