import type { FilterOptions } from '../Options.ts'; /** * Utility function that allows to filter files from a FileCollection ignores by default the dotFiles * @param relativePath - The relative path of the file to check * @param options - the filter options to use * @returns boolean */ export declare function shouldAddItem(relativePath: string, options?: FilterOptions): boolean; //# sourceMappingURL=shouldAddItem.d.ts.map