/** * Copyright (c) 2025, Salesforce, Inc. * All rights reserved. * For full license text, see the LICENSE file or https://utam.dev/salesforce/license */ import { Driver as _Driver, Element as _Element, Locator as _Locator, UtamBasePageObject as _UtamBasePageObject } from '@utam/core'; /** * The component is designed to handle the computation and configuration of types for an AI function in a Salesforce Lightning Web Component. It manipulates configurations for inputs and outputs based on the provided esTypes object. The component does not directly interact with a UI, as it primarily serves as a library for type handling and configuration patching. * Selector: src-types-library * generated from JSON dist/feeds/chat/typesLibrary.utam.json * @version 2026-03-09T13:56:35.696Z * @author Salesforce */ export default class TypesLibrary extends _UtamBasePageObject { constructor(driver: _Driver, element?: _Element, locator?: _Locator); }