export default class Base { formatTiming(time: bigint, template: (time: string) => string): string; }