import { type Dict } from './dict';
export type ProcessEnv = Dict<string>;
