/**
 * The exception that gets thrown when a retrying observable is cancelled.
 */
export declare class RetryCancelled extends Error {
    /**
     * Initialises a new instance of the {@link RetryCancelled} class.
     */
    constructor();
}
//# sourceMappingURL=RetryCancelled.d.ts.map