import { ServerType, Target } from '@sasjs/utils'; export declare const createGlobalTarget: (serverType?: ServerType) => Promise; export declare const createLocalTarget: (serverType?: ServerType) => Promise; export declare const updateLocalTarget: (targetName: string, data: any) => Promise; export declare const copyJobsAndServices: (appName: string) => Promise; export declare const generateTarget: (isLocal: boolean) => Target;