import { z } from 'zod'; export declare const GoogleMapsScraperInputSchema: z.ZodObject<{ searchStringsArray: z.ZodArray; locationQuery: z.ZodOptional; maxCrawledPlacesPerSearch: z.ZodOptional>; language: z.ZodOptional>; onlyDataFromSearchPage: z.ZodOptional>; }, "strip", z.ZodTypeAny, { searchStringsArray: string[]; language?: string | undefined; locationQuery?: string | undefined; maxCrawledPlacesPerSearch?: number | undefined; onlyDataFromSearchPage?: boolean | undefined; }, { searchStringsArray: string[]; language?: string | undefined; locationQuery?: string | undefined; maxCrawledPlacesPerSearch?: number | undefined; onlyDataFromSearchPage?: boolean | undefined; }>; export declare const GoogleMapsPlaceSchema: z.ZodObject<{ title: z.ZodOptional; description: z.ZodOptional; price: z.ZodOptional>; categoryName: z.ZodOptional; address: z.ZodOptional; neighborhood: z.ZodOptional>; street: z.ZodOptional>; city: z.ZodOptional; postalCode: z.ZodOptional>; state: z.ZodOptional; countryCode: z.ZodOptional; website: z.ZodOptional; phone: z.ZodOptional; phoneUnformatted: z.ZodOptional; claimThisBusiness: z.ZodOptional; location: z.ZodOptional>; locatedIn: z.ZodOptional; totalScore: z.ZodOptional; permanentlyClosed: z.ZodOptional; temporarilyClosed: z.ZodOptional; placeId: z.ZodOptional; categories: z.ZodOptional>; fid: z.ZodOptional; cid: z.ZodOptional; reviewsCount: z.ZodOptional>; reviewsDistribution: z.ZodOptional; twoStar: z.ZodOptional; threeStar: z.ZodOptional; fourStar: z.ZodOptional; fiveStar: z.ZodOptional; }, "strip", z.ZodTypeAny, { oneStar?: number | undefined; twoStar?: number | undefined; threeStar?: number | undefined; fourStar?: number | undefined; fiveStar?: number | undefined; }, { oneStar?: number | undefined; twoStar?: number | undefined; threeStar?: number | undefined; fourStar?: number | undefined; fiveStar?: number | undefined; }>>; imagesCount: z.ZodOptional; imageCategories: z.ZodOptional>; scrapedAt: z.ZodOptional; googleFoodUrl: z.ZodOptional>; hotelAds: z.ZodOptional>; openingHours: z.ZodOptional, "many">>; additionalOpeningHours: z.ZodOptional, "many">>>; peopleAlsoSearch: z.ZodOptional>; placesTags: z.ZodOptional>; reviewsTags: z.ZodOptional>; additionalInfo: z.ZodOptional, "many">>>; gasPrices: z.ZodOptional>; url: z.ZodOptional; searchPageUrl: z.ZodOptional; searchString: z.ZodOptional; language: z.ZodOptional; rank: z.ZodOptional; isAdvertisement: z.ZodOptional; imageUrl: z.ZodOptional; kgmid: z.ZodOptional; }, "strip", z.ZodTypeAny, { description?: string | undefined; title?: string | undefined; url?: string | undefined; phone?: string | undefined; address?: string | undefined; city?: string | undefined; website?: string | undefined; price?: string | null | undefined; location?: { lat: number; lng: number; } | undefined; categories?: string[] | undefined; postalCode?: string | null | undefined; countryCode?: string | undefined; state?: string | undefined; language?: string | undefined; categoryName?: string | undefined; neighborhood?: string | null | undefined; street?: string | null | undefined; phoneUnformatted?: string | undefined; claimThisBusiness?: boolean | undefined; locatedIn?: string | undefined; totalScore?: number | undefined; permanentlyClosed?: boolean | undefined; temporarilyClosed?: boolean | undefined; placeId?: string | undefined; fid?: string | undefined; cid?: string | undefined; reviewsCount?: number | null | undefined; reviewsDistribution?: { oneStar?: number | undefined; twoStar?: number | undefined; threeStar?: number | undefined; fourStar?: number | undefined; fiveStar?: number | undefined; } | undefined; imagesCount?: number | undefined; imageCategories?: string[] | undefined; scrapedAt?: string | undefined; googleFoodUrl?: string | null | undefined; hotelAds?: unknown[] | undefined; openingHours?: { day: string; hours: string; }[] | undefined; additionalOpeningHours?: Record | undefined; peopleAlsoSearch?: string[] | undefined; placesTags?: string[] | undefined; reviewsTags?: string[] | undefined; additionalInfo?: Record[]> | undefined; gasPrices?: unknown[] | undefined; searchPageUrl?: string | undefined; searchString?: string | undefined; rank?: number | undefined; isAdvertisement?: boolean | undefined; imageUrl?: string | undefined; kgmid?: string | undefined; }, { description?: string | undefined; title?: string | undefined; url?: string | undefined; phone?: string | undefined; address?: string | undefined; city?: string | undefined; website?: string | undefined; price?: string | null | undefined; location?: { lat: number; lng: number; } | undefined; categories?: string[] | undefined; postalCode?: string | null | undefined; countryCode?: string | undefined; state?: string | undefined; language?: string | undefined; categoryName?: string | undefined; neighborhood?: string | null | undefined; street?: string | null | undefined; phoneUnformatted?: string | undefined; claimThisBusiness?: boolean | undefined; locatedIn?: string | undefined; totalScore?: number | undefined; permanentlyClosed?: boolean | undefined; temporarilyClosed?: boolean | undefined; placeId?: string | undefined; fid?: string | undefined; cid?: string | undefined; reviewsCount?: number | null | undefined; reviewsDistribution?: { oneStar?: number | undefined; twoStar?: number | undefined; threeStar?: number | undefined; fourStar?: number | undefined; fiveStar?: number | undefined; } | undefined; imagesCount?: number | undefined; imageCategories?: string[] | undefined; scrapedAt?: string | undefined; googleFoodUrl?: string | null | undefined; hotelAds?: unknown[] | undefined; openingHours?: { day: string; hours: string; }[] | undefined; additionalOpeningHours?: Record | undefined; peopleAlsoSearch?: string[] | undefined; placesTags?: string[] | undefined; reviewsTags?: string[] | undefined; additionalInfo?: Record[]> | undefined; gasPrices?: unknown[] | undefined; searchPageUrl?: string | undefined; searchString?: string | undefined; rank?: number | undefined; isAdvertisement?: boolean | undefined; imageUrl?: string | undefined; kgmid?: string | undefined; }>; export type GoogleMapsScraperInput = z.output; export type GoogleMapsPlace = z.output; //# sourceMappingURL=google-maps-scraper.d.ts.map