/** * Copyright (c) 2025 Bytedance, Inc. and its affiliates. * SPDX-License-Identifier: Apache-2.0 */ export { GUIAgent } from './GUIAgent'; export type { GUIAgentConfig } from './types'; export type { GUIAgentData } from '@ui-tars/shared/types'; export { StatusEnum } from '@ui-tars/shared/types'; export { UITarsModelVersion } from '@ui-tars/shared/types'; //# sourceMappingURL=index.d.ts.map