import { z } from "zod"; declare const paramsSchema: z.ZodObject<{ spaceId: z.ZodNumber; categoryId: z.ZodNumber; }, z.core.$strip>; export type ParamsSchema = z.infer; export declare const Get: Tool; export {}; //# sourceMappingURL=Get.d.ts.map