import { IMapCrossChainService } from '../interfaces/IMapCrossChainService';
import { BridgeOptions } from '../../types/requestTypes';
export declare function createMCSInstance(chainId: string, options: BridgeOptions): IMapCrossChainService;
