export declare class TsharkUtils {
    static isHex(str: string): boolean;
    static decodeSSID(ssid: string): string;
}
