import { IJob } from '../types/types';
export declare const parseJobData: (data: any) => IJob[];
