/* v8 ignore next */ export type AnywhereNode = { body: string; start: number; end: number; };