import { AbstractError } from '@matrixai/errors'; declare class ErrorTimer extends AbstractError { static description: string; } declare class ErrorTimerEnded extends ErrorTimer { static description: string; } export { ErrorTimer, ErrorTimerEnded };