import { Fetcher } from '../../../common/api'; import { IOrganizationResponse } from '../../types'; export declare const createPicture: (fetcher: Fetcher, organizationId: string, pictureId: string, picture: File, onUploadProgress?: ((progressEvent: any) => void) | undefined) => Promise;