/** Dedicated host-authority subtree. Linux credential-only isolation masks this * directory wholesale, so refresh/enrollment may create arbitrary future * atomic sidecars without freezing unrelated BOTMUX_HOME state. */ export declare const DEVICE_AUTHORITY_DIRECTORY = "device-auth"; export declare const DEVICE_CREDENTIAL_FILE = "device.json"; export declare const DEVICE_ENROLLMENT_JOURNAL_FILE = "device-enroll-pending.json"; export declare function deviceAuthorityDirectory(botmuxHome: string): string; export declare function deviceCredentialFile(botmuxHome: string): string; //# sourceMappingURL=device-paths.d.ts.map