import type { RaRecord } from '../types'; import { UseGetRouteForRecordOptions } from './useGetPathForRecord'; export declare const useGetPathForRecordCallback: (options?: UseGetPathForRecordCallbackOptions) => (params: UseGetRouteForRecordOptions) => Promise; export interface UseGetPathForRecordCallbackOptions { resource?: string; } //# sourceMappingURL=useGetPathForRecordCallback.d.ts.map