/** * Provides run-time access to the Settings Panel **/ export interface DataImportApi { /** * Opens the Data Import Wizard */ openImportWizard(): void; }