export declare const CLI_BRIDGE_NAME = "skills-cli"; export declare const CLI_BRIDGE_VERSION = 1; export declare const CLI_BRIDGE_DIGEST: string; export declare const CLI_BRIDGE_FILES: Readonly>; /** Ownership is exact bytes at an expected location, never a marker's claim alone. */ export declare function isOwnedCliBridge(path: string, expectedPaths: readonly string[]): boolean;