import { type DrizzleExecutor } from "../drizzle.js"; import { type User } from "./types.js"; /** * Resolves the active product profile attached to an authenticated account identifier. * Credential eligibility is checked by authentication; product eligibility is authoritative on users.active. */ export declare function userFindActiveByAccount(executor: DrizzleExecutor, accountId: string): Promise; //# sourceMappingURL=userFindActiveByAccount.d.ts.map