export declare function isTrackedTaskChecked(planPath: string, taskKey: string): boolean; export declare function parseCheckedTopLevelTaskKeys(planContent: string): Set; export declare function readCheckedTaskKeysFromPlan(planPath: string): Set;