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