import { JovoCliDeploy } from 'jovo-cli-core'; export declare function getDeployExampleText(): string; export declare function getAllAvailable(): string[]; export declare function getAllPluginTargets(): string[]; export declare function get(name: string): JovoCliDeploy;