import { z } from 'zod/v4'; export declare const PROJECT_STYLE_GUIDE_SCHEMA: z.ZodObject<{ id: z.ZodUUID; name: z.ZodString; team_id: z.ZodNumber; language_id: z.ZodNullable; created_at: z.ZodString; updated_at: z.ZodString; ai_summary: z.ZodString; created_by: z.ZodNumber; }, z.core.$strip>; export type ProjectStyleGuide = z.infer; export type ProjectStyleGuides = ProjectStyleGuide[]; export declare const GET_EXPERT_STYLE_GUIDES_REQUEST_PATH_PARAMS_SCHEMA: z.ZodObject<{ projectUuid: z.ZodUUID; }, z.core.$strip>; export declare const GET_EXPERT_STYLE_GUIDES_RESPONSE_SCHEMA: z.ZodArray; created_at: z.ZodString; updated_at: z.ZodString; ai_summary: z.ZodString; created_by: z.ZodNumber; }, z.core.$strip>>; export type GetExpertStyleGuidesResponse = z.infer; export declare const getExpertStyleGuidesContract: import("@lokalise/api-contracts").GetRouteDefinition; created_at: z.ZodString; updated_at: z.ZodString; ai_summary: z.ZodString; created_by: z.ZodNumber; }, z.core.$strip>>, z.ZodObject<{ projectUuid: z.ZodUUID; }, z.core.$strip>, undefined, z.ZodUnion; }, z.core.$strip>, z.ZodObject<{ authorization: z.ZodString; 'content-type': z.ZodLiteral<"application/json">; }, z.core.$strip>]>, undefined, false, false, { 200: z.ZodArray; created_at: z.ZodString; updated_at: z.ZodString; ai_summary: z.ZodString; created_by: z.ZodNumber; }, z.core.$strip>>; }>;