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