import { type DrizzleExecutor } from "../drizzle.js"; import { type MutationHint } from "../chat/types.js"; /** * Records a manageSecrets-authorized agent-secret registration as a global sync event and audit entry. * The transaction keeps both durable records on the same sequence so observers cannot see an unaudited registration signal. */ export declare function agentSecretRecordRegistration(executor: DrizzleExecutor, input: { actorUserId: string; secretId: string; }): Promise; //# sourceMappingURL=agentSecretRecordRegistration.d.ts.map