import type { FromtoItems } from '../../utils/FromtoItems';
/**
 * Count the duration of working time
 *
 * @private within the repository
 */
export declare function countWorkingDuration(items: FromtoItems): number;
