export declare const USER_PATH = "$HOME/Library/Application Support/com.apple.TCC/TCC.db";
export declare const SYSTEM_PATH = "/Library/Application Support/com.apple.TCC/TCC.db";
export declare function updateTccDb(path: string): void;
