/** * returns the explicitly excluded files/directory names that are stated on a given file */ export declare function exclusions(file: string): string[]; //# sourceMappingURL=exclusions.d.ts.map