/** * F5 CLI - Excel Import Command * Main entry point for Excel import with schema support * * @module @f5/cli/commands/import/excel-import * @version 1.0.0 */ import { Command } from 'commander'; export declare function createExcelImportCommand(): Command; export declare function createSchemaCommand(): Command; export declare function createCsvToF5Command(): Command; export default createExcelImportCommand;