import type { PermissionMode } from "./PermissionMode.js"; /** The one ordering of how much each mode grants, weakest first. */ export declare const PERMISSION_RANK: Readonly>; export declare function isPermissionReduction(from: PermissionMode, to: PermissionMode): boolean;