import { type ImportResult } from '../../dto/ImportResult'; export interface IImportDataUseCase { execute(file: File): Promise; }