UNPKG

217 BTypeScriptView Raw
1import { CommandMetadata } from '../definitions';
2import { Command } from '../lib/command';
3export declare class ShareCommand extends Command {
4 getMetadata(): Promise<CommandMetadata>;
5 run(): Promise<void>;
6}