import { type DrizzleExecutor } from "../drizzle.js"; import { type MutationHint } from "../chat/types.js"; /** * Removes all agentSecretAgentAssignments and agentSecretChannelAssignments for one secret after requiring manageSecrets permission. * Deleting the assignment alongside sync and audit evidence makes secret access disappear as one reviewable authorization change. */ export declare function agentSecretAssignmentDelete(executor: DrizzleExecutor, input: { actorUserId: string; secretId: string; }): Promise; //# sourceMappingURL=agentSecretAssignmentDelete.d.ts.map