/**
 * Get the environment variables to use for the apt command
 * @param apt The apt command to use
 * @private Used internally
 */
export declare function getAptEnv(apt: string): NodeJS.ProcessEnv;
