import type { AgentChatError } from './constants.js'; export declare function createError(code: T, detail: D): AgentChatError; //# sourceMappingURL=helpers.d.ts.map