import type { ResourceProps } from "../../../contexts/resource/types";
/**
 * generates route for the resource based on parents and custom routes
 * @deprecated this is a **legacy** function and works only with the old resource definition
 */
export declare const routeGenerator: (item: ResourceProps, resourcesFromProps: ResourceProps[]) => string | undefined;
//# sourceMappingURL=index.d.ts.map