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