import type { Result } from '@chzky/core'; import { VerifyError } from './verify.error.js'; export declare function verify_lat_lon(val: [string | number, string | number]): Result; //# sourceMappingURL=latAndLon.d.ts.map