import { IPerson } from 'person'; export declare const useFounder: () => { addFounder: (organizationId: string, founder: Partial>) => Promise; updateFounder: (organizationId: string, founderId: string, founder: Partial>) => Promise; deleteFounder: (organizationId: string, founderId: string) => Promise; loading: boolean; };