/** * Default list of file extensions that Sheriff will ignore while traversing imports. * Imports whose module specifier ends with any of these extensions are skipped entirely * and not added to the dependency graph. */ export declare const defaultIgnoreFileExtensions: string[];