import * as z from 'zod'; declare const GetPlaceRequest: z.ZodObject<{ searchId: z.ZodString; options: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; declare const GetPlaceResponse: z.ZodObject<{ place: z.ZodOptional; address: z.ZodOptional>; subdivision: z.ZodNullable>; country: z.ZodNullable>; postalCode: z.ZodNullable>; addressLine1: z.ZodNullable>; addressLine2: z.ZodNullable>; }, z.core.$strip>>; types: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; export { GetPlaceRequest, GetPlaceResponse };