import { Node } from 'typescript'; export declare type WhereFn = (stmt: Node) => boolean;