/**
 * An error that occurs when the promise of a {@link Clock.duration} is rejected because the timer has been cleared by the clock instance.
 */
export declare class TimerClearedError extends Error {
    constructor();
}
