import { APIPathsData, APIPathsParams } from "../../types"; export declare function grabPathData({ href, basePath }: APIPathsParams): APIPathsData;