import "dotenv/config";
declare const NODE_ENV: string, JAM_SERVER_URL: string;
export { NODE_ENV, JAM_SERVER_URL };
