import type { GeoPositionResult } from '../../types/internal'; export declare function createGeoMethods(): { getGeoPostion: () => Promise; };