import { Purpose, SoftwareEnvConfig } from "@cocalc/util/sanitize-software-envs";
/**
 * A configuration for available software environments could be stored at the location of $COCALC_SOFTWARE_ENVIRONMENTS.
 */
export declare function getSoftwareEnvironments(purpose: Purpose): Promise<SoftwareEnvConfig | null>;
