export declare const TEST_FIXTURE_SEGMENTS: readonly string[]; export declare function validateEntries(entries: readonly string[]): void; export declare function splitSegments(p: string): string[]; export declare function partitionPaths(paths: string[]): { kept: string[]; skipped: string[]; }; //# sourceMappingURL=path-denylist.d.ts.map