import type { NativeProjectPaths } from './native-types.js'; export declare const NATIVE_EXCLUDED_DIRECTORY_NAMES: Set; export declare function isNativeEnvFileName(name: string): boolean; /** Returns a stable exclusion reason for project-relative sensitive paths. */ export declare function nativeSensitiveRelativePathReason(relativeRef: string): string | null; export declare function nativeSensitiveArtifactReason(paths: NativeProjectPaths, relativeRef: string): string | null; //# sourceMappingURL=native-sensitive-paths.d.ts.map