declare class GeezSMSNetworkException extends Error {
    msg: string;
    constructor(msg: string);
}
export default GeezSMSNetworkException;
