import { RuntimeError } from '@rarimo/shared';
export declare class SwapperMultiplePaymentOptsEmptyError extends RuntimeError {
    constructor();
}
