import {GPSMetadata} from '../../../common/entities/PhotoDTO'; export class LocationManager { async getGPSData(text: string): Promise { throw new Error('TODO implement'); } }