declare class GeezSMSException extends Error {
    msg: string;
    constructor(msg: object | string);
}
export default GeezSMSException;
