import type { Path } from '../../types';
export default function useItemPath(itemPath: Path): {
    absolutePath: string;
};
