export declare const LocationRequest: { readonly Always: "Always"; readonly WhenInUse: "WhenInUse"; readonly Any: "Any"; }; export type LocationRequest = (typeof LocationRequest)[keyof typeof LocationRequest];