import { HandleEnvVarsFnParams } from "../types";
export default function handleEnvVars({ json }: HandleEnvVarsFnParams): string;