/** Removes LangChain's appended docs URL so provider text carries no third-party attribution. */ export declare function stripLangChainTroubleshootingUrl(message: unknown): string; /** The classification LangChain encoded in the docs URL it appended, when the text carries one. */ export declare function parseLangChainErrorCode(message: unknown): string | undefined;