import { z } from 'zod'; export declare const VerifyLicenseKeyRequestBody: z.ZodObject<{ licenseKey: z.ZodString; platformId: z.ZodString; }, z.core.$strip>; export type VerifyLicenseKeyRequestBody = z.infer; export declare const LicenseKeyEntity: z.ZodObject<{ id: z.ZodString; email: z.ZodString; expiresAt: z.ZodString; activatedAt: z.ZodString; createdAt: z.ZodString; key: z.ZodString; ssoEnabled: z.ZodBoolean; scimEnabled: z.ZodBoolean; environmentsEnabled: z.ZodBoolean; showPoweredBy: z.ZodBoolean; embeddingEnabled: z.ZodBoolean; auditLogEnabled: z.ZodBoolean; customAppearanceEnabled: z.ZodBoolean; manageProjectsEnabled: z.ZodBoolean; managePiecesEnabled: z.ZodBoolean; manageTemplatesEnabled: z.ZodBoolean; apiKeysEnabled: z.ZodBoolean; customDomainsEnabled: z.ZodBoolean; projectRolesEnabled: z.ZodBoolean; analyticsEnabled: z.ZodBoolean; globalConnectionsEnabled: z.ZodBoolean; customRolesEnabled: z.ZodBoolean; eventStreamingEnabled: z.ZodBoolean; secretManagersEnabled: z.ZodBoolean; agentsEnabled: z.ZodBoolean; aiProvidersEnabled: z.ZodBoolean; }, z.core.$strip>; export declare const CreateTrialLicenseKeyRequestBody: z.ZodObject<{ email: z.ZodString; companyName: z.ZodString; goal: z.ZodString; keyType: z.ZodOptional; eventStreamingEnabled: z.ZodBoolean; environmentsEnabled: z.ZodBoolean; analyticsEnabled: z.ZodBoolean; showPoweredBy: z.ZodBoolean; auditLogEnabled: z.ZodBoolean; embeddingEnabled: z.ZodBoolean; agentsEnabled: z.ZodBoolean; aiProvidersEnabled: z.ZodBoolean; managePiecesEnabled: z.ZodBoolean; manageTemplatesEnabled: z.ZodBoolean; customAppearanceEnabled: z.ZodBoolean; projectRolesEnabled: z.ZodBoolean; customDomainsEnabled: z.ZodBoolean; globalConnectionsEnabled: z.ZodBoolean; customRolesEnabled: z.ZodBoolean; apiKeysEnabled: z.ZodBoolean; ssoEnabled: z.ZodBoolean; secretManagersEnabled: z.ZodBoolean; scimEnabled: z.ZodBoolean; manageProjectsEnabled: z.ZodBoolean; }, z.core.$strip>; export type CreateTrialLicenseKeyRequestBody = z.infer; export type LicenseKeyEntity = z.infer; //# sourceMappingURL=index.d.ts.map