import type { ActionRouteAuthAdapter } from "@agent-native/core/server"; export declare const WORKSPACE_APPS_ACTION_PATH = "/_agent-native/actions/list-workspace-apps"; /** * The hosted workspace registry is a read-only action that accepts a caller * JWT from Dispatch. Keep this resolver path-scoped so the shared secret never * becomes a bearer credential for unrelated Dispatch actions. */ export declare const workspaceAppActionRouteAuth: ActionRouteAuthAdapter; //# sourceMappingURL=workspace-app-action-auth.d.ts.map