import "dotenv/config";
declare const env: {
    API_URL: string;
};
export default env;
