import type { TopLevelTaskRef } from "./types";
export declare function readCurrentTopLevelTask(planPath: string): TopLevelTaskRef | null;
