export declare enum OPERATION_RESULT { SUCCESS = "success", WARNING = "warning", ERROR = "error" }