export * from './l0-allowlist'; export * from './shim-audit-log'; export declare const SHIM_MARKER = ".claude/webpieces/ai-hook.sh"; export declare function shimPath(projectRoot: string): string; export declare const NO_CHAINING_RULE: string; export declare function renderShim(): string; export declare function findShimRoot(cwd: string): string | null; export declare function healShim(cwd: string): void; export declare function governingShimRoot(moduleDir?: string): string | null; export declare function committedShimStale(root?: string | null): boolean; export declare function isShimCureCommand(command: string): boolean; export declare function installedShimRulesVersion(): string;