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