import GeezSMSException from './geezsmsexception';
declare class GeezSMSUnAuthorizedException extends GeezSMSException {
    msg: string;
    constructor(msg: string);
}
export default GeezSMSUnAuthorizedException;
