/**
 * 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<string[]>;
//# sourceMappingURL=list-deployments.d.ts.map