import { Fetcher } from '../../../common/api'; import { IOrganizationResponse } from '../../types'; export declare const deletePicture: (fetcher: Fetcher, organizationId: string, pictureId: string) => Promise;