export declare type TaskRemoveTagRequest = { /** * The tag to remove from the task. */ tag: string; };