declare enum AugnitoServerStatusCode { SUCESS = 1, NO_SPEECH = 2, ABORTED = 3, NOT_AVAILABLE = 4 } export { AugnitoServerStatusCode };