import { type DrizzleExecutor } from "../drizzle.js"; import { type RequestMetadata } from "./types.js"; /** * Marks the selected authSessions row revoked and records the request context that terminated its authority. * Keeping revocation durable makes every server instance reject the otherwise long-lived JWT immediately on its next authenticated request. */ export declare function sessionRevoke(executor: DrizzleExecutor, id: string, metadata: RequestMetadata): Promise; //# sourceMappingURL=sessionRevoke.d.ts.map