export class Environment { readonly baseUrl: string; constructor(baseUrl: string); }