export interface ImportInfo { excel?: { sheet: string; rows: number[]; }[]; }