import type { PermissionMode } from "./PermissionMode.js"; export declare function isPermissionMode(value: unknown): value is PermissionMode;