/**
 * 获取rtx信息
 * @private
 * @example
 * ```ts
 * getRtxInfo().then((info) => {
 *   console.log(info); // { rtx: 'xxx', ... }
 * });
 * ```
 */
export declare function getRtxInfo(): Promise<unknown>;
