import NodePatcher from './NodePatcher'; import { PatcherContext } from './types'; export default class PassthroughPatcher extends NodePatcher { children: Array | null>; constructor(patcherContext: PatcherContext, ...children: Array | null>); patchAsExpression(): void; isRepeatable(): boolean; }