import { Command } from "commander";
/**
 * Register the import command with its subcommands
 * @param docstoreCommand The parent docstore command
 * @param addCommonOptions Function to add common options to commands
 */
export declare function registerImportCommand(docstoreCommand: Command, addCommonOptions: (cmd: Command) => Command): void;
