import { BasePluginType } from '@heimdallr-sdk/types';

declare function wxRoutePlugin(): BasePluginType;

export { wxRoutePlugin as default };
