import * as z from 'zod'; declare const ListCustomFieldSuggestionsRequest: z.ZodObject<{ options: z.ZodOptional>; offset: z.ZodNullable>; }, z.core.$strip>>; sorting: z.ZodOptional; order: z.ZodOptional>; origin: z.ZodOptional>; longitude: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>; declare const ListCustomFieldSuggestionsResponse: z.ZodObject<{ suggestions: z.ZodOptional>; defaultPrivacy: z.ZodOptional>; fieldType: z.ZodOptional>; socialType: z.ZodOptional>; fieldOrigin: z.ZodOptional>; customFieldId: z.ZodNullable>; }, z.core.$strip>>>; metadata: z.ZodOptional>; offset: z.ZodNullable>; total: z.ZodNullable>; tooManyToCount: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>; declare const QueryCustomFieldSuggestionsRequest: z.ZodObject<{ query: z.ZodObject<{ filter: z.ZodOptional; $exists: z.ZodOptional; $gt: z.ZodOptional; $gte: z.ZodOptional; $hasAll: z.ZodOptional>; $hasSome: z.ZodOptional>; $in: z.ZodOptional>; $lt: z.ZodOptional; $lte: z.ZodOptional; $ne: z.ZodOptional; $nin: z.ZodOptional>; $startsWith: z.ZodOptional; }, z.core.$strict>>; fieldType: z.ZodOptional; $exists: z.ZodOptional; $gt: z.ZodOptional; $gte: z.ZodOptional; $hasAll: z.ZodOptional>; $hasSome: z.ZodOptional>; $in: z.ZodOptional>; $lt: z.ZodOptional; $lte: z.ZodOptional; $ne: z.ZodOptional; $nin: z.ZodOptional>; $startsWith: z.ZodOptional; }, z.core.$strict>>; $and: z.ZodOptional>; $or: z.ZodOptional>; $not: z.ZodOptional; }, z.core.$strict>>; sort: z.ZodOptional>; order: z.ZodOptional>; }, z.core.$strip>>>; }, z.core.$catchall>; }, z.core.$strip>; declare const QueryCustomFieldSuggestionsResponse: z.ZodObject<{ suggestions: z.ZodOptional>; defaultPrivacy: z.ZodOptional>; fieldType: z.ZodOptional>; socialType: z.ZodOptional>; fieldOrigin: z.ZodOptional>; customFieldId: z.ZodNullable>; }, z.core.$strip>>>; metadata: z.ZodOptional>; offset: z.ZodNullable>; total: z.ZodNullable>; tooManyToCount: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>; export { ListCustomFieldSuggestionsRequest, ListCustomFieldSuggestionsResponse, QueryCustomFieldSuggestionsRequest, QueryCustomFieldSuggestionsResponse };