import { z } from "zod"; export declare const CapabilityIdSchema: z.ZodString; export type CapabilityId = z.infer;