import { _MultiQueryDataSourceWizardOptions } from '../../multiQueryDataSourceWizard'; import { FullscreenWizardPageFactory } from '../fullscreenWizardPageFactory'; import { FullscreenWizardPage } from './fullscreenWizardPage'; export declare class SpecifySqlDataSourceSettingsPage extends FullscreenWizardPage { private _dataSourceWizardOptions; constructor(_dataSourceWizardOptions: _MultiQueryDataSourceWizardOptions); getNextSectionId(sectionId: string): string | any[]; registerSections(): void; } export declare function _registerSpecifySqlDataSourceSettingsPage(factory: FullscreenWizardPageFactory, dataSourceWizardOptions: _MultiQueryDataSourceWizardOptions): void;