import type { FunnelSdkUploadPhotoInput } from './types.js'; import type { FunnelSdkJsonObject } from '../shared/types.js'; /** * @deprecated Compatibility transport for already-published funnel bundles. * New runtime code must use uploadPhotoFile so image bytes go directly to R2. */ export declare const uploadPhoto: (input: FunnelSdkUploadPhotoInput) => Promise;