import { _MultiQueryDataSourceWizardOptions } from '../../multiQueryDataSourceWizard'; import { FullscreenWizardPageFactory } from '../fullscreenWizardPageFactory'; import { FullscreenWizardPage } from './fullscreenWizardPage'; export declare class SpecifyFederationDataSourceSettingsPage extends FullscreenWizardPage { protected _dataSourceWizardOptions: _MultiQueryDataSourceWizardOptions; constructor(_dataSourceWizardOptions: _MultiQueryDataSourceWizardOptions); getNextSectionId(sectionId: string): string; _showPageDescription(): boolean; registerSections(): void; } export declare function _registerSpecifyFederationDataSourceSettingsPage(factory: FullscreenWizardPageFactory, dataSourceWizardOptions: _MultiQueryDataSourceWizardOptions): void;