import type { Context } from "../../api/types.js"; /** * @throws */ export declare const checkPermissions: (context: Context, check?: { rwd?: string; }) => Promise;