import { RubicSdkError } from "../rubic-sdk.error";
/**
 * Thrown, when user cancels transaction.
 */
export declare class UserRejectError extends RubicSdkError {
    constructor();
}
