import { _DataSourceWizardOptions } from '../../dataSourceWizard'; import { FullscreenWizardPageFactory } from '../fullscreenWizardPageFactory'; import { FullscreenWizardPage } from './fullscreenWizardPage'; export declare class SpecifyJsonDataSourceSettingsPage extends FullscreenWizardPage { private _dataSourceWizardOptions; constructor(_dataSourceWizardOptions: _DataSourceWizardOptions); registerSections(): void; getNextSectionId(sectionId: string): string; canNext(): boolean; } export declare function _registerSpecifyJsonDataSourceSettingsPage(factory: FullscreenWizardPageFactory, dataSourceWizardOptions: _DataSourceWizardOptions): void;