/** * Collect texts from websites or documents * @param {any} data */ export declare function collectText(data: any): Promise;