import { Command } from 'commander'; export declare const selectCommand: ReturnType; declare function createSelectCommand(): Command; export {};