/** * 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'; import _Combobox from 'salesforce-pageobjects/lightning/pageObjects/combobox'; /** * Page Object: Operator Drop Down * Selector: runtime_automated_actions-operator-drop-down * generated from JSON dist/ui/automation/rules/components/operatorDropDown.utam.json * @version 2026-03-09T13:56:37.109Z * @author Salesforce */ declare class OperatorDropDown extends _UtamBaseRootPageObject { constructor(driver: _Driver, element?: _Element, locator?: _Locator); getLightningCombobox(): Promise<_Combobox>; } export = OperatorDropDown;