import type { DrizzleExecutor } from "../drizzle.js"; /** * Requires managePlugins permission before plugin package or configuration work begins. * This read-only authorization boundary does not mutate durable state and prevents unauthorised callers from triggering package-copy or lifecycle side effects. */ export declare function pluginAuthorizeManagement(executor: DrizzleExecutor, actorUserId: string): Promise; //# sourceMappingURL=pluginAuthorizeManagement.d.ts.map