/**
 * Show interactive selection of recent worklogs to undo (Tempo-first)
 */
export declare function showUndoSelection(): Promise<void>;
/**
 * Undo a specific worklog by ID
 */
export declare function undoWorklogById(worklogId: string): Promise<void>;
/**
 * Main undo function - handles both cases
 */
export declare function handleUndo(worklogId?: string): Promise<void>;
export default handleUndo;
//# sourceMappingURL=undo.d.ts.map