import { z } from 'zod'; export declare const responseSchema: z.ZodObject<{ statusCode: z.ZodOptional; message: z.ZodNullable>; messages: z.ZodNullable>>; data: z.ZodNullable>; error: z.ZodNullable>; messages: z.ZodNullable>>; }, z.core.$strip>>>; response: z.ZodNullable>; }, z.core.$strip>; export declare const sessionCookieSchema: z.ZodObject<{ id: z.ZodString; profileId: z.ZodString; phone: z.ZodNullable>; email: z.ZodNullable>; name: z.ZodNullable>; surname: z.ZodNullable>; roles: z.ZodArray; maxRolePriority: z.ZodNullable>; isAllDomains: z.ZodNullable>; domains: z.ZodNullable>>; tokens: z.ZodObject<{ accessToken: z.ZodObject<{ token: z.ZodString; exp: z.ZodNumber; }, z.core.$strip>; refreshToken: z.ZodObject<{ token: z.ZodString; exp: z.ZodNumber; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; export declare const uploadTempSchema: z.ZodObject<{ tempFiles: z.ZodArray; }, z.core.$strip>; export declare const serverImageSchema: z.ZodObject<{ altRU: z.ZodNullable>; altEN: z.ZodNullable>; altAR: z.ZodNullable>; name: z.ZodString; originalFileExtension: z.ZodString; fileExtensions: z.ZodOptional>; prefixes: z.ZodOptional>; folder: z.ZodOptional; }, z.core.$strip>; export declare const serverFileSchema: z.ZodObject<{ name: z.ZodString; fullName: z.ZodString; extension: z.ZodString; entityId: z.ZodString; fullPathExample: z.ZodString; folder: z.ZodOptional; }, z.core.$strip>; export declare const uploadImageSchema: z.ZodObject<{ files: z.ZodArray; fullPathExample: z.ZodString; fileExtensions: z.ZodOptional>; prefixes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; export declare const uploadFilesSchema: z.ZodObject<{ files: z.ZodArray; }, z.core.$strip>>; }, z.core.$strip>;