import { RubicSdkError } from '../rubic-sdk.error';
/**
 * Thrown, when current gas price is higher, than max gas price on cross-chain contract
 * in target network.
 */
export declare class MaxGasPriceOverflowError extends RubicSdkError {
    constructor();
}
