/// import { Node } from '.'; import { Transform } from 'stream'; export declare const filter: (callback: (node: Node) => boolean) => Transform;