import { type DrizzleExecutor } from "../drizzle.js"; import { type User } from "./types.js"; /** * Resolves an active product identity directly from the authoritative users lifecycle state. * This lookup intentionally does not infer product access from credential-account state. */ export declare function userFindActive(executor: DrizzleExecutor, id: string): Promise; //# sourceMappingURL=userFindActive.d.ts.map