/** * Represents the status of a request. */ export declare enum Status { Success = "success", Error = "error" }