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