import { Command } from 'commander'; declare const createProviderCommand: () => Command; export { createProviderCommand };