export declare type EmployeeLevel = { EmployeeKey: string; CompanyEnabled: boolean; LocationEnabled: boolean; DivisionEnabled: boolean; DepartmentEnabled: boolean; PositionEnabled: boolean; Company: string; CompanyId: string; CompanyKey: string; Location: string; LocationId: string; LocationKey: string; Division: string; DivisionId: string; DivisionKey: string; Department: string; DepartmentId: string; DepartmentKey: string; Position: string; PositionId: string; PositionKey: string; };