import type { XuiOptions } from '../types.js';
export declare const get3xui: ({ panelAddress, token, inboundIds, debug, }: XuiOptions) => Promise<{
    getUserTags: (subscriptionId: string) => string[];
}>;
