export declare const EXPLORE_BIN_ENV = "OMX_EXPLORE_BIN"; export declare const EXPLORE_DEPRECATION_MESSAGE: string; export declare const EXPLORE_HELP = "omx explore - Hard-deprecated legacy command surface\n\nUsage:\n omx explore --help\n\nDeprecated legacy forms (all fail intentionally):\n omx explore --prompt \"\"\n omx explore --prompt-file \n\nMigration:\n - Use normal Codex repository inspection tools/subagents for simple read-only repository lookups.\n - Use `omx sparkshell -- ` for explicit shell-native read-only evidence or `--tmux-pane` summaries.\n"; interface ExploreHarnessCommand { command: string; args: string[]; } export declare function getBuiltinExploreHarnessUnsupportedReason(platform?: NodeJS.Platform, env?: NodeJS.ProcessEnv): string | undefined; export declare function assertBuiltinExploreHarnessSupported(platform?: NodeJS.Platform, env?: NodeJS.ProcessEnv): void; export declare function packagedExploreHarnessBinaryName(platform?: NodeJS.Platform): string; export declare function resolvePackagedExploreHarnessCommand(packageRoot?: string, platform?: NodeJS.Platform, arch?: NodeJS.Architecture): ExploreHarnessCommand | undefined; export declare function exploreCommand(args: string[]): Promise; export {}; //# sourceMappingURL=explore.d.ts.map