/**
 * 2024-10-31 GeoLocation code originally migrated from PhotoForm Webpart sample
 *    Happy Halloween 2024!
 *    2024-11-04 updated
 */
import { IFpsGeolocationPosition } from "./interfaces";
export declare const UnknownGeoLocation: IFpsGeolocationPosition;
export declare function getGeoLocation(debugMode: boolean): Promise<IFpsGeolocationPosition>;
//# sourceMappingURL=functions.d.ts.map