import type { InputStream } from '@lezer/lr'; /** * Get the actual text with the specified length, starting at the stream's current position. * @internal */ export declare function getTextFromStream(inputStream: InputStream, maxCharacters: number): string;