import { TaskState } from "../lib/status/types/index.js"; export declare const isFinalTaskState: (taskState: TaskState) => boolean;