export declare const parseJobDetails: (response: any) => { details: string; lineCount: number; } | undefined;