import { type CodexHookFeatureFlag } from "../config/codex-feature-flags.js"; export interface CodexFeatureProbeOptions { codexFeaturesProbe?: () => string | null; codexVersionProbe?: () => string | null; } export declare function probeInstalledCodexFeatureList(): string | null; export declare function probeInstalledCodexVersion(): string | null; export interface CodexHookFeatureSupport { hookFeatureFlag: CodexHookFeatureFlag; pluginScopedHooks: boolean; } export declare function resolveCodexHookFeatureSupportForCli(options?: CodexFeatureProbeOptions): CodexHookFeatureSupport; export declare function resolveCodexHookFeatureFlagForCli(options?: CodexFeatureProbeOptions): CodexHookFeatureFlag; //# sourceMappingURL=codex-feature-probe.d.ts.map