declare enum RemoteStartStopStatus {
    Accepted = "Accepted",
    Rejected = "Rejected"
}
export default RemoteStartStopStatus;
