import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import { PutV1HistoricalEmployeesRequest, PutV1HistoricalEmployeesResponse } from "../models/operations/putv1historicalemployees.js"; export declare class HistoricalEmployees extends ClientSDK { /** * Update a historical employee * * @remarks * Update a historical employee, an employee that was previously dismissed from the company in the current year. * * scope: `employees:manage employees:write` */ update(request: PutV1HistoricalEmployeesRequest, options?: RequestOptions): Promise; } //# sourceMappingURL=historicalemployees.d.ts.map