interface Employee { introduce(): void; work(): void; }