import { Context } from "./context";
export declare function suggestedEnvVarName(ctx: Context): Promise<{
    appearToBeUsing?: string;
    envVar: string;
}>;
export declare function offerToWriteToEnv(ctx: Context, type: "dev" | "prod", value: string, saveUrl?: "yes" | "no" | "ask"): Promise<void>;
//# sourceMappingURL=envvars.d.ts.map