import type { UnspecifiedEnvVars } from "../types";
export declare const getInjectVarsScript: (vars?: UnspecifiedEnvVars) => string[];