import type { Employee, JinnConfig } from "../shared/types.js"; type SystemEmployeeDefinition = Omit; export declare const SYSTEM_EMPLOYEE_OVERRIDE_FIELDS: readonly ["engine", "model", "effortLevel", "alwaysNotify"]; export declare const TODO_DISPATCHER_NAME = "todo-dispatcher"; export declare const TODO_SHAPER_NAME = "todo-shaper"; export declare const SYSTEM_EMPLOYEES: readonly SystemEmployeeDefinition[]; export declare function resolveSystemEmployees(config?: JinnConfig): Employee[]; export declare function isSystemEmployeeName(name: string): boolean; export {}; //# sourceMappingURL=system-employees.d.ts.map