/** * @fileoverview Generate content. * @license * SPDX-License-Identifier: Apache-2.0 */ import { Processor } from '../../interfaces.js'; /** Converts a docUrl imput to docText. */ export declare const docToText: Processor<'docUrl', 'docText'>;