import { CatalogImportApi } from '../api'; export type StepperApis = { catalogImportApi: CatalogImportApi; };