import type { Job } from './Job'; export declare type ClearAsset = (Job & { /** * The ID of the original job to clear */ jobId?: string | null; });