import BaseCommand from '../base-command'; declare class SubscriptionsCommand extends BaseCommand { static description: string; run(): Promise; private listProviders; } export default SubscriptionsCommand;