import { Static } from '@sinclair/typebox'; /** * A Uniform Resource Identifier (URI) for geographic locations. * The numbers represent latitude, longitude and uncertainty (optional). * * See: * - https://geouri.org/ * - https://en.wikipedia.org/wiki/Geo_URI_scheme * - https://regex101.com/r/k7bl7r/1 */ export declare const p_geo: import("@sinclair/typebox").TString; export type P_Geo = Static; //# sourceMappingURL=p-geo.d.ts.map