import type { IApp } from "../../entities";
/**
 * Generate a deployment name that use for deployment YAML (Ingress, Service, Deployment,...)
 * @param app {IApp} - Must populated "project" field
 * @returns
 */
export default function getDeploymentName(app: IApp): Promise<string>;
//# sourceMappingURL=generate-deployment-name.d.ts.map