import { TrojanNodeConfig } from '../types';
export declare const parseTrojanUri: (str: string) => TrojanNodeConfig;
