import * as z from "zod/v3"; import { ClosedEnum } from "../types/enums.js"; export declare const LocationServicesDistanceFinderNearbyOrderBy: { readonly Zero: 0; readonly One: 1; }; export type LocationServicesDistanceFinderNearbyOrderBy = ClosedEnum; /** @internal */ export declare const LocationServicesDistanceFinderNearbyOrderBy$outboundSchema: z.ZodNativeEnum; //# sourceMappingURL=locationservicesdistancefindernearbyorderby.d.ts.map