export declare function getDeploymentMetadata(deploymentObject: any, allPods: any, deploymentStrategy: string, clusterInfo: any, manifestUrls: string[]): any; export declare function getImageIdsForPodsInDeployment(containerName: string, pods: any[]): string[]; export declare function getImageIdsForPod(pod: any): string[]; export declare function getImageResourceUrl(imageId: string): string; export declare function getImageResourceUrlParameter(imageId: string, matchPattern: RegExp): string; export declare function extractManifestsFromHelmOutput(helmOutput: string): any; export declare function getManifestFileUrlsFromArgumentsInput(fileArgs: string): string[]; export declare function getManifestFileUrlsFromHelmOutput(helmOutput: string): string[]; export declare function getChartDirectoryName(helmOutput: string): string; export declare function getManifestUrls(manifestFilePaths: string[]): string[]; export declare function IsJsonString(str: any): boolean; export declare function getPublishDeploymentRequestUrl(): string; export declare function isDeploymentEntity(kind: string): boolean; export declare function isPodEntity(kind: string): boolean;