import { Fetcher } from '../../../common/api'; import { IEmployee, IOrganizationMemberInputDto } from '../../types'; export declare const updateEmployee: (fetcher: Fetcher, organizationId: string, employeeId: string, updatedEmployee: Partial) => Promise;