import type { RawInsightSpan, SafeSpanIntent, SafeSpanResult } from './types.js'; export declare function intentForToolInput(tool: string, input: unknown): SafeSpanIntent; export declare function intentForCodexArguments(tool: string, args: unknown): SafeSpanIntent; export declare function resultForToolOutput(span: RawInsightSpan, output: string | undefined, errored: boolean, exitCode?: number): SafeSpanResult; //# sourceMappingURL=intent.d.ts.map