import { CanReturnType } from "@refinedev/core";
type GetEditUrlReturnType = CanReturnType & {
    url: string;
};
export declare const useGetEditUrl: (resource: string, recordItemId: string, meta?: any) => GetEditUrlReturnType;
export {};
//# sourceMappingURL=useGetEditUrl.d.ts.map