export declare function calcAppName(dir?: any): any;
export declare function removePkgNameScope(pkgName: string): string;
export declare function cliParamsToApplicationRepresentation(command: any, cliConfig: any): any;
export declare function parseInspectPort(inspect: string): {
    host: string;
    port: number;
};
