import { LocationInterface, LocationResult } from '../location-interface';
export default class SlugSdkLocation implements LocationInterface {
    getLocation(): Promise<LocationResult>;
}
