UNPKG

ionic

Version:

A tool for creating and developing Ionic Framework mobile apps.

14 lines (13 loc) 353 B
import { CommandMap, Namespace } from '../../lib/namespace'; export declare class SSHNamespace extends Namespace { getMetadata(): Promise<{ name: string; summary: string; description: string; footnotes: { id: string; url: string; }[]; }>; getCommands(): Promise<CommandMap>; }