import { z } from 'zod/v4'; /** * @deprecated - referenced only in unused Autopilot backend-notifications service - to be removed */ export declare const GET_WORKSPACE_USERS_RESPONSE_SCHEMA: z.ZodObject<{ data: z.ZodArray; locales: z.ZodArray; }, z.core.$strip>>; }, z.core.$strip>; export type GetWorkspaceUsersResponse = z.infer;