/**
* DevExpress Analytics (query-builder\wizard\fullscreen\pages\specifyObjectDataSourceSettingsPage.d.ts)
* Version: 25.2.7
* Build date: May 5, 2026
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
* License: https://www.devexpress.com/Support/EULAs/universal.xml
*/
///
import { IDataSourceWizardState, IObjectDataSourceWizardState } from '../../dataSourceWizardState';
import { _MultiQueryDataSourceWizardOptions } from '../../multiQueryDataSourceWizard';
import { FullscreenWizardPageFactory } from '../fullscreenWizardPageFactory';
import { WizardPageBase } from '../../pages/wizardPageBase';
export declare class SpecifyObjectDataSourceSettingsPage extends WizardPageBase {
private _dataSourceWizardOptions;
private _types;
private _sections;
private _objectDataSource;
private _provider;
private _chooseObjectType;
private _chooseObjectDataMember;
private _chooseObjectParameters;
private _context;
private _initSections;
private showDescription;
constructor(_dataSourceWizardOptions: _MultiQueryDataSourceWizardOptions);
canNext(): boolean;
canFinish(): boolean;
commit(): JQuery.Promise;
initialize(state: IDataSourceWizardState): JQuery.Promise;
}
export declare function _registerSpecifyObjectDataSourceSettingsPage(factory: FullscreenWizardPageFactory, dataSourceWizardOptions: _MultiQueryDataSourceWizardOptions): void;