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