/**
 * Get the deployable projects.
 *
 * Deployable projects are the applications that are affected by the recent code changes.
 *
 * @returns List of project names
 */
export declare const getDeployableProjects: () => Promise<Array<string>>;
