import type { ActionRunContext } from "@agent-native/core/action"; /** * Keep the Dispatch shell open to every signed-in member while protecting * workspace-wide administration operations for org or Dispatch admins. */ export declare function authorizeDispatchAdmin(_args: unknown, ctx?: ActionRunContext): Promise; //# sourceMappingURL=app-roles.d.ts.map