import type { RaRecord } from "../types.js";
import { UseGetRouteForRecordOptions } from "./useGetPathForRecord.js";
export declare const useGetPathForRecordCallback: <RecordType extends RaRecord = RaRecord>(options?: UseGetPathForRecordCallbackOptions) => (params: UseGetRouteForRecordOptions<RecordType>) => Promise<string | false | undefined>;
export interface UseGetPathForRecordCallbackOptions {
    resource?: string;
}
//# sourceMappingURL=useGetPathForRecordCallback.d.ts.map