#!/usr/bin/env node declare const isIgnored: (ignores: string[], file: string) => boolean; export default isIgnored;