import { type DrizzleExecutor } from "../drizzle.js"; /** * Assigns a public file uploaded by the active user to that user's photoFileId and advances the profile sync sequence. * Updating users and syncEvents together lets clients replace the rendered identity only after the durable profile references the accepted file. */ export declare function userSetPhoto(executor: DrizzleExecutor, userId: string, fileId: string): Promise; //# sourceMappingURL=userSetPhoto.d.ts.map