import * as z from "zod"; export declare const policySchema: z.ZodObject<{ allowAnonymousTelemetry: z.ZodOptional; allowOtherOrgs: z.ZodOptional; allowCodebaseIndexing: z.ZodOptional; allowMcpServers: z.ZodOptional; }, "strip", z.ZodTypeAny, { allowAnonymousTelemetry?: boolean | undefined; allowOtherOrgs?: boolean | undefined; allowCodebaseIndexing?: boolean | undefined; allowMcpServers?: boolean | undefined; }, { allowAnonymousTelemetry?: boolean | undefined; allowOtherOrgs?: boolean | undefined; allowCodebaseIndexing?: boolean | undefined; allowMcpServers?: boolean | undefined; }>; export type Policy = z.infer;