/** * Return a Promise to a ReadableStream of text for a given file/url path. * @param {string} path The file or URL path * @param {import('../types.js').LoadOptions} options * @returns {Promise>} */ export function textStream(path: string, options: import("../types.js").LoadOptions): Promise>;