import { Fetcher } from '../../../common/api'; import { IImageObject } from '../../../media'; import { IKYCDocument } from '../../types'; export declare const updateKycDocument: (fetcher: Fetcher, organizationId: string, kycId: string, document: IImageObject, onUploadProgress?: ((progressEvent: any) => void) | undefined) => Promise;