import { Fetcher } from '../../../common/api'; import { IOrganizationMemberInputDto, IFounder } from '../../types'; export declare const updateFounder: (fetcher: Fetcher, organizationId: string, founderId: string, updatedFounder: Partial) => Promise;