import type { TempPhotoUploadResult } from './types.js'; export declare const createLocalPhoto: (userId: string, file: File) => TempPhotoUploadResult;