import { Job } from '../../types'; export declare const getFileStream: (job: Job, filePath?: string) => Promise;