/** * 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 provided source code represents a collection of utility functions for a Lightning Web Component (LWC). These utilities cover a range of functionalities such as array manipulation, asynchronous operations, condition checks, object manipulation, event handling, string and number operations, and more. These utility functions are designed to be imported and used within LWCs to perform common tasks and handle complex operations more efficiently. * Selector: src-common * generated from JSON dist/feeds/chat/common.utam.json * @version 2026-03-09T13:56:35.631Z * @author Salesforce */ export default class Common extends _UtamBasePageObject { constructor(driver: _Driver, element?: _Element, locator?: _Locator); }