export declare let UssdEncoderDecoder: { decodeAs7bitGSM: (hex: any) => string; encodeAs7bitGSM: (command: string) => string; };