import { z } from 'zod/v4'; export declare const SUGGESTED_CONTRIBUTORS_API_BASE_HEADER_SCHEMA: z.ZodIntersection, z.ZodObject<{ AUTHORIZATION: z.ZodString; }, z.core.$strip>, z.ZodObject<{ Authorization: z.ZodString; }, z.core.$strip>]>, z.ZodUnion, z.ZodObject<{ 'X-Api-Token': z.ZodString; }, z.core.$strip>, z.ZodObject<{ 'x-api-token': z.ZodString; }, z.core.$strip>, z.ZodObject<{ 'X-API-TOKEN': z.ZodString; }, z.core.$strip>]>]>, z.ZodUnion, z.ZodObject<{ 'x-lokalise-plugin': z.ZodString; }, z.core.$strip>, z.ZodObject<{ 'X-LOKALISE-PLUGIN': z.ZodString; }, z.core.$strip>]>>; export declare const SUGGESTED_DEFAULT_CONTRIBUTOR_SCHEMA: z.ZodObject<{ email: z.ZodEmail; user_id: z.ZodNumber; user_uuid: z.ZodOptional; fullname: z.ZodString; avatar_url: z.ZodString; role_id: z.ZodNullable; is_owner: z.ZodBoolean; is_admin: z.ZodBoolean; is_pending: z.ZodBoolean; last_logged_in_at: z.ZodNullable; last_logged_in_at_timestamp: z.ZodNullable; team_role: z.ZodString; languages: z.ZodArray, z.ZodLiteral<1>, z.ZodBoolean]>; }, z.core.$strip>>; }, z.core.$strip>; export declare const SUGGESTED_CONTRIBUTORS_LANGUAGE_SCHEMA: z.ZodObject<{ lang_iso: z.ZodString; lang_iso_bcp47: z.ZodString; contributors: z.ZodArray; fullname: z.ZodString; avatar_url: z.ZodString; role_id: z.ZodNullable; is_owner: z.ZodBoolean; is_admin: z.ZodBoolean; is_pending: z.ZodBoolean; last_logged_in_at: z.ZodNullable; last_logged_in_at_timestamp: z.ZodNullable; team_role: z.ZodString; languages: z.ZodArray, z.ZodLiteral<1>, z.ZodBoolean]>; }, z.core.$strip>>; }, z.core.$strip>>; total: z.ZodNumber; }, z.core.$strip>; export declare const LIST_SUGGESTED_CONTRIBUTORS_TEAM_PATH_PARAMS_SCHEMA: z.ZodObject<{ teamId: z.ZodGUID; }, z.core.$strip>; export declare const LIST_SUGGESTED_CONTRIBUTORS_PROJECT_PATH_PARAMS_SCHEMA: z.ZodObject<{ projectId: z.ZodGUID; }, z.core.$strip>; export declare const LIST_SUGGESTED_CONTRIBUTORS_REQUEST_BODY_SCHEMA: z.ZodObject<{ languages: z.ZodArray; limit: z.ZodOptional; offset: z.ZodOptional; }, z.core.$strip>; export declare const LIST_SUGGESTED_CONTRIBUTORS_TEAM_RESPONSE_SCHEMA: z.ZodObject<{ languages: z.ZodRecord; fullname: z.ZodString; avatar_url: z.ZodString; role_id: z.ZodNullable; is_owner: z.ZodBoolean; is_admin: z.ZodBoolean; is_pending: z.ZodBoolean; last_logged_in_at: z.ZodNullable; last_logged_in_at_timestamp: z.ZodNullable; team_role: z.ZodString; languages: z.ZodArray, z.ZodLiteral<1>, z.ZodBoolean]>; }, z.core.$strip>>; }, z.core.$strip>>; total: z.ZodNumber; }, z.core.$strip>>; offset: z.ZodNumber; limit: z.ZodNumber; team_id: z.ZodNumber; team_uuid: z.ZodGUID; }, z.core.$strip>; export declare const LIST_SUGGESTED_CONTRIBUTORS_PROJECT_RESPONSE_SCHEMA: z.ZodObject<{ languages: z.ZodRecord; fullname: z.ZodString; avatar_url: z.ZodString; role_id: z.ZodNullable; is_owner: z.ZodBoolean; is_admin: z.ZodBoolean; is_pending: z.ZodBoolean; last_logged_in_at: z.ZodNullable; last_logged_in_at_timestamp: z.ZodNullable; team_role: z.ZodString; languages: z.ZodArray, z.ZodLiteral<1>, z.ZodBoolean]>; }, z.core.$strip>>; }, z.core.$strip>>; total: z.ZodNumber; }, z.core.$strip>>; offset: z.ZodNumber; limit: z.ZodNumber; project_uuid: z.ZodGUID; }, z.core.$strip>; export type SuggestedContributorApiBaseHeader = z.infer; export type SuggestedDefaultContributor = z.infer; export type ListSuggestedContributorsTeamPathParams = z.infer; export type ListSuggestedContributorsProjectPathParams = z.infer; export type ListSuggestedContributorsRequestBody = z.infer; export type ListSuggestedContributorsTeamResponse = z.infer; export type ListSuggestedContributorsProjectResponse = z.infer;