/** * Processes chunk of text and handles tags * * @param {string} chunk chunk of text to process * @returns {Promise} processed string */ export declare function process(chunk: string): string;