export interface EnvironmentVariable { name: string; value: string; }