import { Web3Public } from '../../../../../core';
export declare class CellerMessageBusController {
    private readonly web3Public;
    constructor(web3Public: Web3Public);
    getCalcFee(message: string, messageBusAddress: string): Promise<string>;
    getFeeBase(messageBusAddress: string): Promise<string>;
}
