import { PLATFORM_TYPE } from '../types'; export default function haveEnvironmentVariable(runningOnPlatform: PLATFORM_TYPE): boolean;