import type { Job } from './Job'; import type { TimeSpan } from './TimeSpan'; export declare type GetBlob = (Job & { /** * Get or set the key of the blob to upload */ key?: string | null; duration?: TimeSpan; });