/// type steps_file = typeof import('./codeception_steps/steps.js'); type DatePicker = typeof import('./components/datePicker'); type Dropdown = typeof import('./components/dewDropdown'); type DewAutocomplete = typeof import('./components/dewAutocomplete'); type ProductNavigator = typeof import('./components/dewSideMenu'); type DewNavBar = typeof import('./components/dewNavBar'); type Table = typeof import('./components/table'); type DriverManager = typeof import('./components/driverManager'); type ManageProfile = typeof import('./components/manageProfile'); type Checkbox = typeof import('./components/checkbox'); type CommonKeyword = typeof import('./components/commonKeyword'); type DateFilter = typeof import('./components/dateFilter'); type Confirm = typeof import('./components/dew-confirm'); type DewButton = typeof import('./components/dewButton'); type DewButtonGroup = typeof import('./components/dewButtonGroup'); type DewCheckbox = typeof import('./components/dewCheckbox'); type DewFileUpload = typeof import('./components/dewFileUpload'); type DewHomeSearchField = typeof import('./components/dewHomeSearchField'); type DewPagination = typeof import('./components/dewPagination'); type DewRadioButton = typeof import('./components/dewRadioButton'); type DewViewActions = typeof import('./components/dewViewActions'); type DewWorkflow = typeof import('./components/dewWorkflow'); type Filter = typeof import('./components/filter'); type Footer = typeof import('./components/footer'); type HeaderFilter = typeof import('./components/headerFilter'); type InfoCard = typeof import('./components/infoCard'); type ModalPopUp = typeof import('./components/modalPopUp'); type RangeFilter = typeof import('./components/rangeFilter'); type SecondaryAction = typeof import('./components/SecondaryAction'); type SortColumn = typeof import('./components/sortColumn'); type TabNavigation = typeof import('./components/tabNavigation'); type TextArea = typeof import('./components/textArea'); type TextField = typeof import('./components/textfield'); type TextFilter = typeof import('./components/textFilter'); type UserPreferenceColumnSetting = typeof import('./components/userPreferenceColumnSetting'); type DewElement = typeof import('./components/element'); type SelectDropdown = typeof import('./components/selectDropdown'); type RichEditorTxtBox = typeof import('./components/richEditorTxtBox'); type DewLoader = typeof import('./components/dewLoader'); type MenuActions = typeof import('./components/menuActions'); type GenerateRandom = typeof import('./components/generateRandom'); type Login = typeof import('./components/Login'); type DragAndDrop = typeof import('./components/dragAndDrop'); type Tab = typeof import('./components/tab'); type EProcCartItems = typeof import('./components/eProc/eProc-cart-items'); type EProcCartIcon = typeof import('./components/eProc/eProc-cart-spotlight'); type DewWait = typeof import('./components/dewWait'); type LegacyDatePicker = typeof import('./components/iManage/legacyDatePicker'); type FlexiHelp = typeof import('./components/dewFlexiHelp'); type Flexiform = typeof import('./components/dewFlexiform'); type Assert = typeof import('./components/assertion'); type EProcMainSearch = typeof import('./components/eProc/eProc-main-search'); type EprocRangeFilter = typeof import('./components/eProc/eProc-range-filter'); type EProcValueFilter = typeof import('./components/eProc/eproc-value-filter'); type TableComponent = typeof import('./components/iSource/tableComponent'); type ClassicDatePicker = typeof import('./components/iSupplier/classicDatePicker'); type CNS = typeof import('./components/CNS'); type PageHeader = typeof import('./components/dd_page_header'); type DewOUChange = typeof import('./components/dewOUChange'); type EForms = typeof import('./components/eForms'); type LoginHistory = typeof import('./components/loginHistory'); type ReadCaptcha = typeof import('./components/readCaptcha'); type Screenshot = typeof import('./components/screenshot'); type DewImpersonation = typeof import('./components/DewImpersonation'); type FlexiformTable = typeof import('./components/dewFlexiformTable'); type MyHelper = typeof import('./Helpers/myhelper'); type N = typeof import('./components/N'); type z = typeof import('./components/z'); type Jiralogger = typeof import('./components/Jiralogger'); declare namespace CodeceptJS { interface SupportObject { I: CodeceptJS.I, DatePicker: DatePicker, Dropdown: Dropdown, DewAutocomplete: DewAutocomplete, ProductNavigator: ProductNavigator, DewNavBar: DewNavBar, Table: Table, DriverManager: DriverManager, ManageProfile: ManageProfile, Checkbox: Checkbox, CommonKeyword: CommonKeyword, DateFilter: DateFilter, Confirm: Confirm, DewButton: DewButton, DewButtonGroup: DewButtonGroup, DewCheckbox: DewCheckbox, DewFileUpload: DewFileUpload, DewHomeSearchField: DewHomeSearchField, DewPagination: DewPagination, DewRadioButton: DewRadioButton, DewViewActions: DewViewActions, DewWorkflow: DewWorkflow, Filter: Filter, Footer: Footer, HeaderFilter: HeaderFilter, InfoCard: InfoCard, ModalPopUp: ModalPopUp, RangeFilter: RangeFilter, SecondaryAction: SecondaryAction, SortColumn: SortColumn, TabNavigation: TabNavigation, TextArea: TextArea, TextField: TextField, TextFilter: TextFilter, UserPreferenceColumnSetting: UserPreferenceColumnSetting, DewElement: DewElement, SelectDropdown: SelectDropdown, RichEditorTxtBox: RichEditorTxtBox, DewLoader: DewLoader, MenuActions: MenuActions, GenerateRandom: GenerateRandom, Login: Login, DragAndDrop: DragAndDrop, Tab: Tab, EProcCartItems: EProcCartItems, EProcCartIcon: EProcCartIcon, DewWait: DewWait, LegacyDatePicker: LegacyDatePicker, FlexiHelp: FlexiHelp, Flexiform: Flexiform, Assert: Assert, EProcMainSearch: EProcMainSearch, EprocRangeFilter: EprocRangeFilter, EProcValueFilter: EProcValueFilter, TableComponent: TableComponent, ClassicDatePicker: ClassicDatePicker, CNS: CNS, PageHeader: PageHeader, DewOUChange: DewOUChange, EForms: EForms, LoginHistory: LoginHistory, ReadCaptcha: ReadCaptcha, Screenshot: Screenshot, DewImpersonation: DewImpersonation, FlexiformTable: FlexiformTable } interface CallbackOrder { [0]: CodeceptJS.I; [1]: DatePicker; [2]: Dropdown; [3]: DewAutocomplete; [4]: ProductNavigator; [5]: DewNavBar; [6]: Table; [7]: DriverManager; [8]: ManageProfile; [9]: Checkbox; [10]: CommonKeyword; [11]: DateFilter; [12]: Confirm; [13]: DewButton; [14]: DewButtonGroup; [15]: DewCheckbox; [16]: DewFileUpload; [17]: DewHomeSearchField; [18]: DewPagination; [19]: DewRadioButton; [20]: DewViewActions; [21]: DewWorkflow; [22]: Filter; [23]: Footer; [24]: HeaderFilter; [25]: InfoCard; [26]: ModalPopUp; [27]: RangeFilter; [28]: SecondaryAction; [29]: SortColumn; [30]: TabNavigation; [31]: TextArea; [32]: TextField; [33]: TextFilter; [34]: UserPreferenceColumnSetting; [35]: DewElement; [36]: SelectDropdown; [37]: RichEditorTxtBox; [38]: DewLoader; [39]: MenuActions; [40]: GenerateRandom; [41]: Login; [42]: DragAndDrop; [43]: Tab; [44]: EProcCartItems; [45]: EProcCartIcon; [46]: DewWait; [47]: LegacyDatePicker; [48]: FlexiHelp; [49]: Flexiform; [50]: Assert; [51]: EProcMainSearch; [52]: EprocRangeFilter; [53]: EProcValueFilter; [54]: TableComponent; [55]: ClassicDatePicker; [56]: CNS; [57]: PageHeader; [58]: DewOUChange; [59]: EForms; [60]: LoginHistory; [61]: ReadCaptcha; [62]: Screenshot; [63]: DewImpersonation; [64]: FlexiformTable } interface Methods extends CodeceptJS.WebDriver, CodeceptJS.REST, MyHelper {} interface I extends ReturnType {} namespace Translation { interface Actions {} } } declare module NodeJS { interface Global { scenarioName: string; moduleName: string; Step:string; } }