/** * Đọc UUID stable định danh máy. Tạo mới + lưu vào ~/.redai/client.id nếu chưa có. * UUID này theo máy này suốt đời, kể cả khi user logout/login lại — để BE biết * "vẫn là chiếc laptop X" và không tạo CliClient mới mỗi lần. */ export declare function loadOrCreateClientId(): string; export declare function configDir(): string; export declare function configFilePath(): string;