import { WithDuration, hasDuration } from '../models/resource'; declare const _default: { when: typeof hasDuration; badge: (resource: WithDuration) => { title: string; css: string; }; }; /** * Display wall clock time as a badge * */ export default _default;