export declare const jobStatusOptions: {
    0: {
        color: string;
        label: string;
    };
    1: {
        color: string;
        label: string;
    };
    [-5]: {
        color: string;
        label: string;
    };
    [-6]: {
        color: string;
        label: string;
    };
};
