import type { DrizzleExecutor } from "../drizzle.js"; import type { ActiveSession } from "./types.js"; /** * Resolves an opaque development credential only while its linked session and account remain active. * The joined durable lookup is the authority boundary that makes logout, expiry, bans, and account deletion invalidate exported authentication immediately. */ export declare function developmentTokenFindActive(executor: DrizzleExecutor, token: string): Promise; //# sourceMappingURL=developmentTokenFindActive.d.ts.map