import { CommandOptions } from '../../../types/index'; declare function execLoadExcel(options: CommandOptions): void; export default execLoadExcel;