import { Module } from '@axelor/aos-mobile-core'; export declare const HrModule: Module; export * from './api'; export * from './components'; export * from './features/asyncFunctions-index'; export * from './screens/expense'; export * from './screens/timesheet'; export * from './screens/leaveRequests'; export * from './types'; export * from './utils';