import type { TaskType } from '../stores/globalStore/taskTypes'; /** * Returns the TaskType that matches the current location. */ export declare const useCurrentTask: () => TaskType | undefined;