import type { EnvType } from "../types";
export declare const getEnvType: (env: string, envConfig: {
  type?: EnvType;
}) => EnvType;