export interface NodePath { } export interface Ignorer { shouldIgnore(path: NodePath): string | undefined; } //# sourceMappingURL=ignorer.d.ts.map