export declare const SHELL_RESULTS_TAG = ""; export declare function isShellResultsMessage(content: string): boolean; /** Renders an internal detached-shell completion without exposing transport XML. */ export declare const ShellResultsNotice: import("react").NamedExoticComponent<{ content: string; }>; //# sourceMappingURL=ShellResultsNotice.d.ts.map