export declare enum ErrorCodes { GAME_NOT_RUNNING = -1, GAME_RUNNING_AS_ADMIN = 1, DLL_NOT_FOUND = 7 } //# sourceMappingURL=ErrorCodes.d.ts.map