import { routes } from '@wormhole-foundation/sdk-connect'; import { Network } from '@wormhole-foundation/sdk-base'; import { MayanProtocol } from './types'; import { MayanRouteCrossChain } from './MayanRouteCrossChain'; export declare class MayanRouteFastMCTP extends MayanRouteCrossChain implements routes.StaticRouteMethods { static meta: { name: string; provider: string; }; protocols: MayanProtocol[]; } //# sourceMappingURL=MayanRouteFastMCTP.d.ts.map