import { PhysicalLocation } from "../builtins"; export interface UserLocationQuery { userId: string; } export type UserLocationResponse = Omit; //# sourceMappingURL=userLocation.d.ts.map