UNPKG

271 BTypeScriptView Raw
1import { JovoCliDeploy } from 'jovo-cli-core';
2export declare function getDeployExampleText(): string;
3export declare function getAllAvailable(): string[];
4export declare function getAllPluginTargets(): string[];
5export declare function get(name: string): JovoCliDeploy;