export default function useQueryLocator(id?: string): {
    getIndex: () => number;
};
