import type { CorrelationCapability } from "../types.js"; export declare const FILESYSTEM_CORRELATION_CAPABILITY_ID = "discovery:filesystem-correlation"; export declare const FILESYSTEM_CORRELATION_CAPABILITY_VERSION = "1.0.0"; /** * Create the filesystem correlation capability. * * Registers rules that transform filesystem observations into evidence * claims consumed by downstream projections. */ export declare function createFilesystemCorrelationCapability(): CorrelationCapability;