import { z } from "zod"; export declare const KeywordTypeSchema: z.ZodEnum<{ ultrawork: "ultrawork"; hyperplan: "hyperplan"; team: "team"; "hyperplan-ultrawork": "hyperplan-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;