import { routes } from '@wormhole-foundation/sdk'; import { NttRoute, nttAutomaticRoute, NttExecutorRoute, nttExecutorRoute, nttManualRoute } from '@wormhole-foundation/sdk-route-ntt'; declare const nttRoutes: (nc: NttRoute.Config, executorOptions?: Omit) => routes.RouteConstructor[]; export { nttAutomaticRoute, nttExecutorRoute, nttManualRoute, nttRoutes, NttRoute, NttExecutorRoute, }; //# sourceMappingURL=ntt.d.ts.map