import { z } from "zod"; declare const paramsSchema: z.ZodObject<{ name: z.ZodString; context: z.ZodEnum<{ space: "space"; site: "site"; account: "account"; realm: "realm"; }>; grouped_permissions: z.ZodOptional>>; }, z.core.$strip>; export type ParamsSchema = z.infer; export declare const Create: Tool; export {}; //# sourceMappingURL=Create.d.ts.map