declare module '@env' {
  export const DEV_SERVER_IP: string;
  export const API_URL: string;
}
