export declare function getRtxInfoV2(defaultRtx?: string): Promise<{
    rtx: string;
}>;
