export declare const ERROR_CODE_MAP: {
    not_enable_workflow: {
        code: number;
        message: string;
    };
    execution_finished: {
        code: number;
        message: string;
    };
    job_finished: {
        code: number;
        message: string;
    };
    not_approval_pending: {
        code: number;
        message: string;
    };
    not_need_update: {
        code: number;
        message: string;
    };
};
