import { z } from "zod"; export declare const KeywordTypeSchema: z.ZodEnum<{ hyperplan: "hyperplan"; "hyperplan-ultrawork": "hyperplan-ultrawork"; team: "team"; ultrawork: "ultrawork"; }>; export type KeywordType = z.infer; export declare const KeywordDetectorConfigSchema: z.ZodObject<{ enabled_expansions: z.ZodOptional>>; disabled_keywords: z.ZodOptional>>; }, z.core.$strip>; export type KeywordDetectorConfig = z.infer;