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