import { type DevtoolsEvent, type DevtoolsEventPayloads, type RefineHook } from "@refinedev/devtools-shared"; export type Activity = DevtoolsEventPayloads[DevtoolsEvent.DEVTOOLS_ACTIVITY_UPDATE]["updatedActivities"][number]; export declare const getResourcePath: (hookName: RefineHook) => string | null; //# sourceMappingURL=get-resource-path.d.ts.map