import type { InputStream } from '@lezer/lr'; /** * Check whether the current char code is escaped. * @internal */ export declare function isEscaped(inputStream: InputStream, offset?: number): boolean;