/** * Return a list of all deployments in the deployment directory. * * @param deploymentDir - the directory of the deployments * * @beta */ export declare function listDeployments(deploymentDir: string): Promise; //# sourceMappingURL=list-deployments.d.ts.map