import { z } from 'zod/v4'; export declare const GET_USER_PROJECT_PERMISSIONS_REQUEST_PATH_PARAMS_SCHEMA: z.ZodObject<{ projectId: z.ZodString; userId: z.ZodString; }, z.core.$strip>; export type GetUserProjectPermissionsRequestPathParams = z.infer; export declare const GET_USER_PROJECT_PERMISSIONS_REQUEST_QUERY_SCHEMA: z.ZodObject<{ include_languages: z.ZodOptional>; }, z.core.$strip>; export type GetUserProjectPermissionsRequestQuery = z.infer; export declare const GET_USER_PROJECT_PERMISSIONS_RESPONSE_SCHEMA: z.ZodObject<{ permissions: z.ZodArray; languages: z.ZodOptional>>; }, z.core.$strip>; export type GetUserProjectPermissionsResponse = z.infer; export declare const getUserProjectPermissionsContract: import("@lokalise/api-contracts").GetRouteDefinition; languages: z.ZodOptional>>; }, z.core.$strip>, z.ZodObject<{ projectId: z.ZodString; userId: z.ZodString; }, z.core.$strip>, z.ZodObject<{ include_languages: z.ZodOptional>; }, z.core.$strip>, z.ZodUnion; }, z.core.$strip>, z.ZodObject<{ authorization: z.ZodString; 'content-type': z.ZodLiteral<"application/json">; }, z.core.$strip>]>, undefined, false, false, { 200: z.ZodObject<{ permissions: z.ZodArray; languages: z.ZodOptional>>; }, z.core.$strip>; }>;