import ignore from "ignore"; export type ResourceIgnoreMatcher = ReturnType; export declare function createResourceIgnoreMatcher(): ResourceIgnoreMatcher; export declare function toPosixResourcePath(path: string): string; export declare function addResourceIgnoreRules(matcher: ResourceIgnoreMatcher, dir: string, rootDir: string): void; //# sourceMappingURL=resource-ignore.d.ts.map