import { type AgentSecretAssignment } from "./impl/agentSecretAssignment.js"; import { type DrizzleExecutor } from "../drizzle.js"; /** * Groups secret assignments for a caller allowed to manage secrets or assign them to agents and channels. * Sorting both source rows and the merged result gives management clients stable agent and channel membership lists for each secret. */ export declare function agentSecretAssignmentList(executor: DrizzleExecutor, actorUserId: string): Promise; //# sourceMappingURL=agentSecretAssignmentList.d.ts.map