import type { DelegateTaskArgs } from "./types";
export declare function getTaskID(args: Pick<DelegateTaskArgs, "task_id">): string | undefined;
