export declare function extractChat(ele?: HTMLElement): Promise<{ role: string; text: string; }[]>; //# sourceMappingURL=export.d.ts.map