import type { FunnelSdkUploadPhotoFileInput, FunnelSdkPreparedPhotoUpload } from './types.js'; export declare const preparePhotoUpload: (input: Omit & { sizeBytes: number; }) => Promise;