/** * `odoo timesheets` command group. * * Commands: * timesheets start Start a timer [WRITE] * timesheets stop Stop running timer [WRITE] * timesheets running Show running timer [READ] * timesheets log Log time retroactively [WRITE] * timesheets list List timesheets [READ] * * Requires hr_timesheet module to be installed. */ import { Command } from 'commander'; export declare function buildTimesheetsCommand(): Command; //# sourceMappingURL=timesheets.d.ts.map