import type { DrizzleExecutor } from "../drizzle.js"; import { type PluginManagementRequestSummary } from "./types.js"; /** Lists durable plugin approval cards for one accessible chat and does not mutate durable state. This projection boundary requires active membership while excluding staged filesystem paths and other private package internals. */ export declare function pluginManagementRequestList(executor: DrizzleExecutor, actorUserId: string, chatId: string): Promise; //# sourceMappingURL=pluginManagementRequestList.d.ts.map