export declare const LINUX_INSTALL_DIR = "/usr/local/libexec/pioneer"; export declare const LINUX_BWRAP_INSTALL_PATH = "/usr/local/libexec/pioneer/bwrap"; export declare const LINUX_APPARMOR_PROFILE_PATH = "/etc/apparmor.d/pioneer-eval"; export declare const LINUX_APPARMOR_PROFILE = "abi ,\ninclude \n\n# Grant user namespaces only to Pioneer's root-owned Bubblewrap copy.\nprofile pioneer-bwrap /usr/local/libexec/pioneer/bwrap flags=(unconfined) {\n userns,\n}\n"; export declare function resolveLinuxBwrapPath(): Promise; export declare function installLinuxSandboxSupport(): Promise; //# sourceMappingURL=linux-install.d.ts.map