import { Command } from '@ionic/cli-utils/lib/command'; export declare class ShareCommand extends Command { run(): Promise<void>; }