/** * 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, UtamBaseRootPageObject as _UtamBaseRootPageObject } from '@utam/core'; /** * Represents the Asset Service History section of a Work Order. * generated from JSON dist/sfsmobileapp/record/assetServiceHistoryObject.utam.json * @version 2026-03-09T13:56:34.734Z * @author Salesforce */ declare class AssetServiceHistoryObject extends _UtamBaseRootPageObject { constructor(driver: _Driver, element?: _Element, locator?: _Locator); getFieldByText(fieldText: string): Promise; } export = AssetServiceHistoryObject;