import type { ProviderExecutionResult } from "./types.js"; export declare function attachProviderSessionId(result: ProviderExecutionResult, fallbackProviderSessionId?: string): ProviderExecutionResult; export declare function extractProviderSessionId(raw: string): string | undefined;