import { LocationInterface, LocationOptions, LocationResult } from '../location-interface'; export default class MsdkLocation implements LocationInterface { getLocation(options: LocationOptions): Promise; }